Html Css Color HEX #B89730 Nugget

📋 copy color: '#B89730'

red 184 ◦ green 151 ◦ blue 48

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

Shades of Nugget #B89730

Tints of Nugget #B89730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.43%

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

R = 48.04%
G = 39.43%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B89730 (or 0xB89730) is known color: Nugget. HEX triplet: B8, 97 and 30. RGB value is (184,151,48). Sum of RGB (Red+Green+Blue) = 184+151+48=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89730 is #4768CF. Grayscale: #959595. Windows color (decimal): -4679888 or 3184568. OLE color: 3184568.

HSL color Cylindrical-coordinate representation of color #B89730: hue angle of 45.44º 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 #B89730 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 48 -
CMYK 0 0.18 0.74 0.28
HSL 45.44º 0.59% 0.45% -
HSV(B) 45.44º 0.74% 0.72% -
XYZ 31.37 32.54 7.42 -
YUV 149.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 184 151 48 0 0.18 0.74 0.28 45.44 0.59 0.45
Hex B8 97 30 0 12 4A 1C 2D 3B 2D
Octal 270 227 60 0 22 112 34 55 73 55
Binary 10111000 10010111 110000 0 10010 1001010 11100 101101 111011 101101

Color Harmonies of #B89730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89730

Black with #B89730

Text Example


Text Example

White with #B89730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89730; }

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

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

background-color css

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

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

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

border-color css

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

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

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