Html Css Color HEX #BB972B Nugget

📋 copy color: '#BB972B'

red 187 ◦ green 151 ◦ blue 43

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

Shades of Nugget #BB972B

Tints of Nugget #BB972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 49.08%
G = 39.63%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB972B (or 0xBB972B) is known color: Nugget. HEX triplet: BB, 97 and 2B. RGB value is (187,151,43). Sum of RGB (Red+Green+Blue) = 187+151+43=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB972B is #4468D4. Grayscale: #959595. Windows color (decimal): -4483285 or 2856891. OLE color: 2856891.

HSL color Cylindrical-coordinate representation of color #BB972B: hue angle of 45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB972B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 43 -
CMYK 0 0.19 0.77 0.27
HSL 45º 0.63% 0.45% -
HSV(B) 45º 0.77% 0.73% -
XYZ 32 32.87 6.94 -
YUV 149.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 187 151 43 0 0.19 0.77 0.27 45 0.63 0.45
Hex BB 97 2B 0 13 4D 1B 2D 3F 2D
Octal 273 227 53 0 23 115 33 55 77 55
Binary 10111011 10010111 101011 0 10011 1001101 11011 101101 111111 101101

Color Harmonies of #BB972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB972B

Black with #BB972B

Text Example


Text Example

White with #BB972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB972B; }

 p { color: rgb(187,151,43); }

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

background-color css

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

 a { background-color: rgb(187,151,43); }

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

border-color css

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

 span { border-color: rgb(187,151,43); }

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