Html Css Color HEX #BB8522 Nugget

📋 copy color: '#BB8522'

red 187 ◦ green 133 ◦ blue 34

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

Shades of Nugget #BB8522

Tints of Nugget #BB8522

RGB

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

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

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

R = 52.82%
G = 37.57%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB8522 (or 0xBB8522) is known color: Nugget. HEX triplet: BB, 85 and 22. RGB value is (187,133,34). Sum of RGB (Red+Green+Blue) = 187+133+34=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8522 is #447ADD. Grayscale: #8A8A8A. Windows color (decimal): -4487902 or 2262459. OLE color: 2262459.

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

Color convert

RGB 187 133 34 -
CMYK 0 0.29 0.82 0.27
HSL 38.82º 0.69% 0.43% -
HSV(B) 38.82º 0.82% 0.73% -
XYZ 29.17 27.46 5.28 -
YUV 137.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 187 133 34 0 0.29 0.82 0.27 38.82 0.69 0.43
Hex BB 85 22 0 1D 52 1B 27 45 2B
Octal 273 205 42 0 35 122 33 47 105 53
Binary 10111011 10000101 100010 0 11101 1010010 11011 100111 1000101 101011

Color Harmonies of #BB8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8522

Black with #BB8522

Text Example


Text Example

White with #BB8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8522; }

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

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

background-color css

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

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

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

border-color css

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

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

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