Html Css Color HEX #BB8F35 Hokey Pokey

📋 copy color: '#BB8F35'

red 187 ◦ green 143 ◦ blue 53

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

Shades of Hokey Pokey #BB8F35

Tints of Hokey Pokey #BB8F35

RGB

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

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

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

R = 48.83%
G = 37.34%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB8F35 (or 0xBB8F35) is known color: Hokey Pokey. HEX triplet: BB, 8F and 35. RGB value is (187,143,53). Sum of RGB (Red+Green+Blue) = 187+143+53=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F35 is #4470CA. Grayscale: #929292. Windows color (decimal): -4485323 or 3510203. OLE color: 3510203.

HSL color Cylindrical-coordinate representation of color #BB8F35: hue angle of 40.3º 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 #BB8F35 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 53 -
CMYK 0 0.24 0.72 0.27
HSL 40.3º 0.56% 0.47% -
HSV(B) 40.3º 0.72% 0.73% -
XYZ 30.96 30.47 7.62 -
YUV 145.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 187 143 53 0 0.24 0.72 0.27 40.3 0.56 0.47
Hex BB 8F 35 0 18 48 1B 28 38 2F
Octal 273 217 65 0 30 110 33 50 70 57
Binary 10111011 10001111 110101 0 11000 1001000 11011 101000 111000 101111

Color Harmonies of #BB8F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F35

Black with #BB8F35

Text Example


Text Example

White with #BB8F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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