Html Css Color HEX #B99027 Nugget

📋 copy color: '#B99027'

red 185 ◦ green 144 ◦ blue 39

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

Shades of Nugget #B99027

Tints of Nugget #B99027

RGB

 RED value IS 185 (72.66% from 255) = 50.27%

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 50.27%
G = 39.13%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B99027 (or 0xB99027) is known color: Nugget. HEX triplet: B9, 90 and 27. RGB value is (185,144,39). Sum of RGB (Red+Green+Blue) = 185+144+39=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B99027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99027 is #466FD8. Grayscale: #909090. Windows color (decimal): -4616153 or 2592953. OLE color: 2592953.

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

Color convert

RGB 185 144 39 -
CMYK 0 0.22 0.79 0.27
HSL 43.15º 0.65% 0.44% -
HSV(B) 43.15º 0.79% 0.73% -
XYZ 30.35 30.41 6.19 -
YUV 144.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 185 144 39 0 0.22 0.79 0.27 43.15 0.65 0.44
Hex B9 90 27 0 16 4F 1B 2B 41 2C
Octal 271 220 47 0 26 117 33 53 101 54
Binary 10111001 10010000 100111 0 10110 1001111 11011 101011 1000001 101100

Color Harmonies of #B99027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99027

Black with #B99027

Text Example


Text Example

White with #B99027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99027; }

 p { color: rgb(185,144,39); }

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

background-color css

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

 a { background-color: rgb(185,144,39); }

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

border-color css

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

 span { border-color: rgb(185,144,39); }

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