Html Css Color HEX #BB8F24 Nugget

📋 copy color: '#BB8F24'

red 187 ◦ green 143 ◦ blue 36

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

Shades of Nugget #BB8F24

Tints of Nugget #BB8F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 51.09%
G = 39.07%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB8F24 (or 0xBB8F24) is known color: Nugget. HEX triplet: BB, 8F and 24. RGB value is (187,143,36). Sum of RGB (Red+Green+Blue) = 187+143+36=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F24 is #4470DB. Grayscale: #909090. Windows color (decimal): -4485340 or 2396091. OLE color: 2396091.

HSL color Cylindrical-coordinate representation of color #BB8F24: hue angle of 42.52º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB8F24 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 36 -
CMYK 0 0.24 0.81 0.27
HSL 42.52º 0.68% 0.44% -
HSV(B) 42.52º 0.81% 0.73% -
XYZ 30.63 30.34 5.91 -
YUV 143.96 67.08 158.7 -
System Red Green Blue C M Y K H S L
Decimal 187 143 36 0 0.24 0.81 0.27 42.52 0.68 0.44
Hex BB 8F 24 0 18 51 1B 2B 44 2C
Octal 273 217 44 0 30 121 33 53 104 54
Binary 10111011 10001111 100100 0 11000 1010001 11011 101011 1000100 101100

Color Harmonies of #BB8F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F24

Black with #BB8F24

Text Example


Text Example

White with #BB8F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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