Html Css Color HEX #B78C38 Hokey Pokey

📋 copy color: '#B78C38'

red 183 ◦ green 140 ◦ blue 56

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

Shades of Hokey Pokey #B78C38

Tints of Hokey Pokey #B78C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 48.28%
G = 36.94%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B78C38 (or 0xB78C38) is known color: Hokey Pokey. HEX triplet: B7, 8C and 38. RGB value is (183,140,56). Sum of RGB (Red+Green+Blue) = 183+140+56=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78C38 is #4873C7. Grayscale: #8F8F8F. Windows color (decimal): -4748232 or 3706039. OLE color: 3706039.

HSL color Cylindrical-coordinate representation of color #B78C38: hue angle of 39.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B78C38 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 56 -
CMYK 0 0.23 0.69 0.28
HSL 39.69º 0.53% 0.47% -
HSV(B) 39.69º 0.69% 0.72% -
XYZ 29.62 29.11 7.8 -
YUV 143.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 183 140 56 0 0.23 0.69 0.28 39.69 0.53 0.47
Hex B7 8C 38 0 17 45 1C 28 35 2F
Octal 267 214 70 0 27 105 34 50 65 57
Binary 10110111 10001100 111000 0 10111 1000101 11100 101000 110101 101111

Color Harmonies of #B78C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C38

Black with #B78C38

Text Example


Text Example

White with #B78C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C38; }

 p { color: rgb(183,140,56); }

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

background-color css

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

 a { background-color: rgb(183,140,56); }

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

border-color css

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

 span { border-color: rgb(183,140,56); }

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