Html Css Color HEX #BB8D35 Hokey Pokey

📋 copy color: '#BB8D35'

red 187 ◦ green 141 ◦ blue 53

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

Shades of Hokey Pokey #BB8D35

Tints of Hokey Pokey #BB8D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.91%

R = 49.08%
G = 37.01%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8D35 (or 0xBB8D35) is known color: Hokey Pokey. HEX triplet: BB, 8D and 35. RGB value is (187,141,53). Sum of RGB (Red+Green+Blue) = 187+141+53=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D35 is #4472CA. Grayscale: #919191. Windows color (decimal): -4485835 or 3509691. OLE color: 3509691.

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

Color convert

RGB 187 141 53 -
CMYK 0 0.25 0.72 0.27
HSL 39.4º 0.56% 0.47% -
HSV(B) 39.4º 0.72% 0.73% -
XYZ 30.66 29.87 7.52 -
YUV 144.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 187 141 53 0 0.25 0.72 0.27 39.4 0.56 0.47
Hex BB 8D 35 0 19 48 1B 27 38 2F
Octal 273 215 65 0 31 110 33 47 70 57
Binary 10111011 10001101 110101 0 11001 1001000 11011 100111 111000 101111

Color Harmonies of #BB8D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D35

Black with #BB8D35

Text Example


Text Example

White with #BB8D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D35; }

 p { color: rgb(187,141,53); }

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

background-color css

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

 a { background-color: rgb(187,141,53); }

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

border-color css

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

 span { border-color: rgb(187,141,53); }

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