Html Css Color HEX #BB8F38 Hokey Pokey

📋 copy color: '#BB8F38'

red 187 ◦ green 143 ◦ blue 56

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

Shades of Hokey Pokey #BB8F38

Tints of Hokey Pokey #BB8F38

RGB

 RED value IS 187 (73.44% from 255) = 48.45%

 GREEN value IS 143 (56.25% from 255) = 37.05%

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

R = 48.45%
G = 37.05%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB8F38 (or 0xBB8F38) is known color: Hokey Pokey. HEX triplet: BB, 8F and 38. RGB value is (187,143,56). Sum of RGB (Red+Green+Blue) = 187+143+56=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F38 is #4470C7. Grayscale: #929292. Windows color (decimal): -4485320 or 3706811. OLE color: 3706811.

HSL color Cylindrical-coordinate representation of color #BB8F38: hue angle of 39.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8F38 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 56 -
CMYK 0 0.24 0.70 0.27
HSL 39.85º 0.54% 0.48% -
HSV(B) 39.85º 0.7% 0.73% -
XYZ 31.03 30.5 7.99 -
YUV 146.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 187 143 56 0 0.24 0.70 0.27 39.85 0.54 0.48
Hex BB 8F 38 0 18 46 1B 28 36 30
Octal 273 217 70 0 30 106 33 50 66 60
Binary 10111011 10001111 111000 0 11000 1000110 11011 101000 110110 110000

Color Harmonies of #BB8F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F38

Black with #BB8F38

Text Example


Text Example

White with #BB8F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F38; }

 p { color: rgb(187,143,56); }

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

background-color css

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

 a { background-color: rgb(187,143,56); }

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

border-color css

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

 span { border-color: rgb(187,143,56); }

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