Html Css Color HEX #B89430 Nugget

📋 copy color: '#B89430'

red 184 ◦ green 148 ◦ blue 48

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

Shades of Nugget #B89430

Tints of Nugget #B89430

RGB

 RED value IS 184 (72.27% from 255) = 48.42%

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

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 48.42%
G = 38.95%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B89430 (or 0xB89430) is known color: Nugget. HEX triplet: B8, 94 and 30. RGB value is (184,148,48). Sum of RGB (Red+Green+Blue) = 184+148+48=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B89430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89430 is #476BCF. Grayscale: #939393. Windows color (decimal): -4680656 or 3183800. OLE color: 3183800.

HSL color Cylindrical-coordinate representation of color #B89430: hue angle of 44.12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B89430 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 48 -
CMYK 0 0.20 0.74 0.28
HSL 44.12º 0.59% 0.45% -
HSV(B) 44.12º 0.74% 0.72% -
XYZ 30.89 31.58 7.26 -
YUV 147.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 184 148 48 0 0.20 0.74 0.28 44.12 0.59 0.45
Hex B8 94 30 0 14 4A 1C 2C 3B 2D
Octal 270 224 60 0 24 112 34 54 73 55
Binary 10111000 10010100 110000 0 10100 1001010 11100 101100 111011 101101

Color Harmonies of #B89430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89430

Black with #B89430

Text Example


Text Example

White with #B89430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89430; }

 p { color: rgb(184,148,48); }

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

background-color css

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

 a { background-color: rgb(184,148,48); }

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

border-color css

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

 span { border-color: rgb(184,148,48); }

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