Html Css Color HEX #B78A32 Hokey Pokey

📋 copy color: '#B78A32'

red 183 ◦ green 138 ◦ blue 50

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

Shades of Hokey Pokey #B78A32

Tints of Hokey Pokey #B78A32

RGB

 RED value IS 183 (71.88% from 255) = 49.33%

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 49.33%
G = 37.2%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B78A32 (or 0xB78A32) is known color: Hokey Pokey. HEX triplet: B7, 8A and 32. RGB value is (183,138,50). Sum of RGB (Red+Green+Blue) = 183+138+50=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A32 is #4875CD. Grayscale: #8D8D8D. Windows color (decimal): -4748750 or 3312311. OLE color: 3312311.

HSL color Cylindrical-coordinate representation of color #B78A32: hue angle of 39.7º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B78A32 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 138 50 -
CMYK 0 0.25 0.73 0.28
HSL 39.7º 0.57% 0.46% -
HSV(B) 39.7º 0.73% 0.72% -
XYZ 29.19 28.47 6.98 -
YUV 141.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 183 138 50 0 0.25 0.73 0.28 39.7 0.57 0.46
Hex B7 8A 32 0 19 49 1C 28 39 2E
Octal 267 212 62 0 31 111 34 50 71 56
Binary 10110111 10001010 110010 0 11001 1001001 11100 101000 111001 101110

Color Harmonies of #B78A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A32

Black with #B78A32

Text Example


Text Example

White with #B78A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A32; }

 p { color: rgb(183,138,50); }

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

background-color css

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

 a { background-color: rgb(183,138,50); }

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

border-color css

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

 span { border-color: rgb(183,138,50); }

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