Html Css Color HEX #B89129 Nugget

📋 copy color: '#B89129'

red 184 ◦ green 145 ◦ blue 41

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

Shades of Nugget #B89129

Tints of Nugget #B89129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 49.73%
G = 39.19%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89129 (or 0xB89129) is known color: Nugget. HEX triplet: B8, 91 and 29. RGB value is (184,145,41). Sum of RGB (Red+Green+Blue) = 184+145+41=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89129 is #476ED6. Grayscale: #919191. Windows color (decimal): -4681431 or 2724280. OLE color: 2724280.

HSL color Cylindrical-coordinate representation of color #B89129: hue angle of 43.64º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B89129 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 41 -
CMYK 0 0.21 0.78 0.28
HSL 43.64º 0.64% 0.44% -
HSV(B) 43.64º 0.78% 0.72% -
XYZ 30.29 30.6 6.41 -
YUV 144.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 184 145 41 0 0.21 0.78 0.28 43.64 0.64 0.44
Hex B8 91 29 0 15 4E 1C 2C 40 2C
Octal 270 221 51 0 25 116 34 54 100 54
Binary 10111000 10010001 101001 0 10101 1001110 11100 101100 1000000 101100

Color Harmonies of #B89129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89129

Black with #B89129

Text Example


Text Example

White with #B89129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89129; }

 p { color: rgb(184,145,41); }

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

background-color css

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

 a { background-color: rgb(184,145,41); }

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

border-color css

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

 span { border-color: rgb(184,145,41); }

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