Html Css Color HEX #BB8C22 Nugget

📋 copy color: '#BB8C22'

red 187 ◦ green 140 ◦ blue 34

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

Shades of Nugget #BB8C22

Tints of Nugget #BB8C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

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

R = 51.8%
G = 38.78%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB8C22 (or 0xBB8C22) is known color: Nugget. HEX triplet: BB, 8C and 22. RGB value is (187,140,34). Sum of RGB (Red+Green+Blue) = 187+140+34=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C22 is #4473DD. Grayscale: #8E8E8E. Windows color (decimal): -4486110 or 2264251. OLE color: 2264251.

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

Color convert

RGB 187 140 34 -
CMYK 0 0.25 0.82 0.27
HSL 41.57º 0.69% 0.43% -
HSV(B) 41.57º 0.82% 0.73% -
XYZ 30.16 29.44 5.61 -
YUV 141.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 187 140 34 0 0.25 0.82 0.27 41.57 0.69 0.43
Hex BB 8C 22 0 19 52 1B 2A 45 2B
Octal 273 214 42 0 31 122 33 52 105 53
Binary 10111011 10001100 100010 0 11001 1010010 11011 101010 1000101 101011

Color Harmonies of #BB8C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C22

Black with #BB8C22

Text Example


Text Example

White with #BB8C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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