Html Css Color HEX #BB8927 Nugget

📋 copy color: '#BB8927'

red 187 ◦ green 137 ◦ blue 39

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

Shades of Nugget #BB8927

Tints of Nugget #BB8927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.74%

R = 51.52%
G = 37.74%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8927 (or 0xBB8927) is known color: Nugget. HEX triplet: BB, 89 and 27. RGB value is (187,137,39). Sum of RGB (Red+Green+Blue) = 187+137+39=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8927 is #4476D8. Grayscale: #8D8D8D. Windows color (decimal): -4486873 or 2591163. OLE color: 2591163.

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

Color convert

RGB 187 137 39 -
CMYK 0 0.27 0.79 0.27
HSL 39.73º 0.65% 0.44% -
HSV(B) 39.73º 0.79% 0.73% -
XYZ 29.81 28.6 5.87 -
YUV 140.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 187 137 39 0 0.27 0.79 0.27 39.73 0.65 0.44
Hex BB 89 27 0 1B 4F 1B 28 41 2C
Octal 273 211 47 0 33 117 33 50 101 54
Binary 10111011 10001001 100111 0 11011 1001111 11011 101000 1000001 101100

Color Harmonies of #BB8927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8927

Black with #BB8927

Text Example


Text Example

White with #BB8927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8927; }

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

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

background-color css

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

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

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

border-color css

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

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

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