Html Css Color HEX #BB8D30 Hokey Pokey

📋 copy color: '#BB8D30'

red 187 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #BB8D30

Tints of Hokey Pokey #BB8D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 49.73%
G = 37.5%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8D30 (or 0xBB8D30) is known color: Hokey Pokey. HEX triplet: BB, 8D and 30. RGB value is (187,141,48). Sum of RGB (Red+Green+Blue) = 187+141+48=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8D30 is #4472CF. Grayscale: #909090. Windows color (decimal): -4485840 or 3182011. OLE color: 3182011.

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

Color convert

RGB 187 141 48 -
CMYK 0 0.25 0.74 0.27
HSL 40.14º 0.59% 0.46% -
HSV(B) 40.14º 0.74% 0.73% -
XYZ 30.55 29.83 6.94 -
YUV 144.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 187 141 48 0 0.25 0.74 0.27 40.14 0.59 0.46
Hex BB 8D 30 0 19 4A 1B 28 3B 2E
Octal 273 215 60 0 31 112 33 50 73 56
Binary 10111011 10001101 110000 0 11001 1001010 11011 101000 111011 101110

Color Harmonies of #BB8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D30

Black with #BB8D30

Text Example


Text Example

White with #BB8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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