Html Css Color HEX #BB9935 Hokey Pokey

📋 copy color: '#BB9935'

red 187 ◦ green 153 ◦ blue 53

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

Shades of Hokey Pokey #BB9935

Tints of Hokey Pokey #BB9935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 47.58%
G = 38.93%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9935 (or 0xBB9935) is known color: Hokey Pokey. HEX triplet: BB, 99 and 35. RGB value is (187,153,53). Sum of RGB (Red+Green+Blue) = 187+153+53=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9935 is #4466CA. Grayscale: #989898. Windows color (decimal): -4482763 or 3512763. OLE color: 3512763.

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

Color convert

RGB 187 153 53 -
CMYK 0 0.18 0.72 0.27
HSL 44.78º 0.56% 0.47% -
HSV(B) 44.78º 0.72% 0.73% -
XYZ 32.53 33.6 8.14 -
YUV 151.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 187 153 53 0 0.18 0.72 0.27 44.78 0.56 0.47
Hex BB 99 35 0 12 48 1B 2D 38 2F
Octal 273 231 65 0 22 110 33 55 70 57
Binary 10111011 10011001 110101 0 10010 1001000 11011 101101 111000 101111

Color Harmonies of #BB9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9935

Black with #BB9935

Text Example


Text Example

White with #BB9935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9935; }

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

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

background-color css

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

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

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

border-color css

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

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

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