Html Css Color HEX #B99427 Nugget

📋 copy color: '#B99427'

red 185 ◦ green 148 ◦ blue 39

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

Shades of Nugget #B99427

Tints of Nugget #B99427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

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

R = 49.73%
G = 39.78%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B99427 (or 0xB99427) is known color: Nugget. HEX triplet: B9, 94 and 27. RGB value is (185,148,39). Sum of RGB (Red+Green+Blue) = 185+148+39=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B99427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99427 is #466BD8. Grayscale: #939393. Windows color (decimal): -4615129 or 2593977. OLE color: 2593977.

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

Color convert

RGB 185 148 39 -
CMYK 0 0.20 0.79 0.27
HSL 44.79º 0.65% 0.44% -
HSV(B) 44.79º 0.79% 0.73% -
XYZ 30.96 31.64 6.39 -
YUV 146.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 185 148 39 0 0.20 0.79 0.27 44.79 0.65 0.44
Hex B9 94 27 0 14 4F 1B 2D 41 2C
Octal 271 224 47 0 24 117 33 55 101 54
Binary 10111001 10010100 100111 0 10100 1001111 11011 101101 1000001 101100

Color Harmonies of #B99427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99427

Black with #B99427

Text Example


Text Example

White with #B99427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99427; }

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

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

background-color css

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

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

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

border-color css

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

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

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