Html Css Color HEX #BB8922 Nugget

📋 copy color: '#BB8922'

red 187 ◦ green 137 ◦ blue 34

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

Shades of Nugget #BB8922

Tints of Nugget #BB8922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 52.23%
G = 38.27%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB8922 (or 0xBB8922) is known color: Nugget. HEX triplet: BB, 89 and 22. RGB value is (187,137,34). Sum of RGB (Red+Green+Blue) = 187+137+34=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8922 is #4476DD. Grayscale: #8C8C8C. Windows color (decimal): -4486878 or 2263483. OLE color: 2263483.

HSL color Cylindrical-coordinate representation of color #BB8922: hue angle of 40.39º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB8922 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 34 -
CMYK 0 0.27 0.82 0.27
HSL 40.39º 0.69% 0.43% -
HSV(B) 40.39º 0.82% 0.73% -
XYZ 29.73 28.57 5.46 -
YUV 140.21 68.07 161.38 -
System Red Green Blue C M Y K H S L
Decimal 187 137 34 0 0.27 0.82 0.27 40.39 0.69 0.43
Hex BB 89 22 0 1B 52 1B 28 45 2B
Octal 273 211 42 0 33 122 33 50 105 53
Binary 10111011 10001001 100010 0 11011 1010010 11011 101000 1000101 101011

Color Harmonies of #BB8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8922

Black with #BB8922

Text Example


Text Example

White with #BB8922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8922; }

 p { color: rgb(187,137,34); }

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

background-color css

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

 a { background-color: rgb(187,137,34); }

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

border-color css

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

 span { border-color: rgb(187,137,34); }

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