Html Css Color HEX #BB8520 Nugget

📋 copy color: '#BB8520'

red 187 ◦ green 133 ◦ blue 32

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

Shades of Nugget #BB8520

Tints of Nugget #BB8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 53.13%
G = 37.78%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB8520 (or 0xBB8520) is known color: Nugget. HEX triplet: BB, 85 and 20. RGB value is (187,133,32). Sum of RGB (Red+Green+Blue) = 187+133+32=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8520 is #447ADF. Grayscale: #8A8A8A. Windows color (decimal): -4487904 or 2131387. OLE color: 2131387.

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

Color convert

RGB 187 133 32 -
CMYK 0 0.29 0.83 0.27
HSL 39.1º 0.71% 0.43% -
HSV(B) 39.1º 0.83% 0.73% -
XYZ 29.14 27.44 5.13 -
YUV 137.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 187 133 32 0 0.29 0.83 0.27 39.1 0.71 0.43
Hex BB 85 20 0 1D 53 1B 27 47 2B
Octal 273 205 40 0 35 123 33 47 107 53
Binary 10111011 10000101 100000 0 11101 1010011 11011 100111 1000111 101011

Color Harmonies of #BB8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8520

Black with #BB8520

Text Example


Text Example

White with #BB8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8520; }

 p { color: rgb(187,133,32); }

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

background-color css

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

 a { background-color: rgb(187,133,32); }

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

border-color css

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

 span { border-color: rgb(187,133,32); }

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