Html Css Color HEX #B88925 Nugget

📋 copy color: '#B88925'

red 184 ◦ green 137 ◦ blue 37

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

Shades of Nugget #B88925

Tints of Nugget #B88925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 51.4%
G = 38.27%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B88925 (or 0xB88925) is known color: Nugget. HEX triplet: B8, 89 and 25. RGB value is (184,137,37). Sum of RGB (Red+Green+Blue) = 184+137+37=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B88925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88925 is #4776DA. Grayscale: #8C8C8C. Windows color (decimal): -4683483 or 2460088. OLE color: 2460088.

HSL color Cylindrical-coordinate representation of color #B88925: hue angle of 40.82º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B88925 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 37 -
CMYK 0 0.26 0.80 0.28
HSL 40.82º 0.67% 0.43% -
HSV(B) 40.82º 0.8% 0.72% -
XYZ 29.05 28.22 5.67 -
YUV 139.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 184 137 37 0 0.26 0.80 0.28 40.82 0.67 0.43
Hex B8 89 25 0 1A 50 1C 29 43 2B
Octal 270 211 45 0 32 120 34 51 103 53
Binary 10111000 10001001 100101 0 11010 1010000 11100 101001 1000011 101011

Color Harmonies of #B88925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88925

Black with #B88925

Text Example


Text Example

White with #B88925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88925; }

 p { color: rgb(184,137,37); }

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

background-color css

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

 a { background-color: rgb(184,137,37); }

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

border-color css

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

 span { border-color: rgb(184,137,37); }

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