Html Css Color HEX #B38C33 Hokey Pokey

📋 copy color: '#B38C33'

red 179 ◦ green 140 ◦ blue 51

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

Shades of Hokey Pokey #B38C33

Tints of Hokey Pokey #B38C33

RGB

 RED value IS 179 (70.31% from 255) = 48.38%

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 48.38%
G = 37.84%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B38C33 (or 0xB38C33) is known color: Hokey Pokey. HEX triplet: B3, 8C and 33. RGB value is (179,140,51). Sum of RGB (Red+Green+Blue) = 179+140+51=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C33 is #4C73CC. Grayscale: #8D8D8D. Windows color (decimal): -5010381 or 3378355. OLE color: 3378355.

HSL color Cylindrical-coordinate representation of color #B38C33: hue angle of 41.72º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B38C33 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 140 51 -
CMYK 0 0.22 0.72 0.30
HSL 41.72º 0.56% 0.45% -
HSV(B) 41.72º 0.72% 0.7% -
XYZ 28.57 28.58 7.14 -
YUV 141.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 179 140 51 0 0.22 0.72 0.30 41.72 0.56 0.45
Hex B3 8C 33 0 16 48 1E 2A 38 2D
Octal 263 214 63 0 26 110 36 52 70 55
Binary 10110011 10001100 110011 0 10110 1001000 11110 101010 111000 101101

Color Harmonies of #B38C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C33

Black with #B38C33

Text Example


Text Example

White with #B38C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C33; }

 p { color: rgb(179,140,51); }

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

background-color css

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

 a { background-color: rgb(179,140,51); }

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

border-color css

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

 span { border-color: rgb(179,140,51); }

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