Html Css Color HEX #BB911E Nugget

📋 copy color: '#BB911E'

red 187 ◦ green 145 ◦ blue 30

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

Shades of Nugget #BB911E

Tints of Nugget #BB911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 51.66%
G = 40.06%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB911E (or 0xBB911E) is known color: Nugget. HEX triplet: BB, 91 and 1E. RGB value is (187,145,30). Sum of RGB (Red+Green+Blue) = 187+145+30=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB911E is #446EE1. Grayscale: #909090. Windows color (decimal): -4484834 or 2003387. OLE color: 2003387.

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

Color convert

RGB 187 145 30 -
CMYK 0 0.22 0.84 0.27
HSL 43.95º 0.72% 0.43% -
HSV(B) 43.95º 0.84% 0.73% -
XYZ 30.85 30.91 5.57 -
YUV 144.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 187 145 30 0 0.22 0.84 0.27 43.95 0.72 0.43
Hex BB 91 1E 0 16 54 1B 2C 48 2B
Octal 273 221 36 0 26 124 33 54 110 53
Binary 10111011 10010001 11110 0 10110 1010100 11011 101100 1001000 101011

Color Harmonies of #BB911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB911E

Black with #BB911E

Text Example


Text Example

White with #BB911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB911E; }

 p { color: rgb(187,145,30); }

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

background-color css

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

 a { background-color: rgb(187,145,30); }

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

border-color css

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

 span { border-color: rgb(187,145,30); }

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