Html Css Color HEX #B28D2E Hokey Pokey

📋 copy color: '#B28D2E'

red 178 ◦ green 141 ◦ blue 46

#B28D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #B28D2E

Tints of Hokey Pokey #B28D2E

RGB

 RED value IS 178 (69.92% from 255) = 48.77%

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 48.77%
G = 38.63%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B28D2E (or 0xB28D2E) is known color: Hokey Pokey. HEX triplet: B2, 8D and 2E. RGB value is (178,141,46). Sum of RGB (Red+Green+Blue) = 178+141+46=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D2E is #4D72D1. Grayscale: #8D8D8D. Windows color (decimal): -5075666 or 3050930. OLE color: 3050930.

HSL color Cylindrical-coordinate representation of color #B28D2E: hue angle of 43.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B28D2E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 46 -
CMYK 0 0.21 0.74 0.30
HSL 43.18º 0.59% 0.44% -
HSV(B) 43.18º 0.74% 0.7% -
XYZ 28.38 28.71 6.63 -
YUV 141.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 178 141 46 0 0.21 0.74 0.30 43.18 0.59 0.44
Hex B2 8D 2E 0 15 4A 1E 2B 3B 2C
Octal 262 215 56 0 25 112 36 53 73 54
Binary 10110010 10001101 101110 0 10101 1001010 11110 101011 111011 101100

Color Harmonies of #B28D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D2E

Black with #B28D2E

Text Example


Text Example

White with #B28D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D2E; }

 p { color: rgb(178,141,46); }

 H1.HeaderClassName
 {
   color: #B28D2E;
 }
 .AnyTagClassName
 {
   color: #B28D2E;
 }
</style>

background-color css

<style>
 a { background-color: #B28D2E; }

 a { background-color: rgb(178,141,46); }

 div.DivClassName
 {
   background-color: #B28D2E;
 }
 .BgClassName
 {
   background-color: #B28D2E;
 }
</style>

border-color css

<style>
 span { border-color: #B28D2E; }

 span { border-color: rgb(178,141,46); }

 td.TdClassName
 {
   border-color: #B28D2E;
 }
 .TagClassName
 {
   border-color: #B28D2E;
 }
</style>