Html Css Color HEX #B28925 Nugget

📋 copy color: '#B28925'

red 178 ◦ green 137 ◦ blue 37

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

Shades of Nugget #B28925

Tints of Nugget #B28925

RGB

 RED value IS 178 (69.92% from 255) = 50.57%

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

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

R = 50.57%
G = 38.92%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B28925 (or 0xB28925) is known color: Nugget. HEX triplet: B2, 89 and 25. RGB value is (178,137,37). Sum of RGB (Red+Green+Blue) = 178+137+37=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28925 is #4D76DA. Grayscale: #8A8A8A. Windows color (decimal): -5076699 or 2460082. OLE color: 2460082.

HSL color Cylindrical-coordinate representation of color #B28925: hue angle of 42.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B28925 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 37 -
CMYK 0 0.23 0.79 0.30
HSL 42.55º 0.66% 0.42% -
HSV(B) 42.55º 0.79% 0.7% -
XYZ 27.64 27.49 5.6 -
YUV 137.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 178 137 37 0 0.23 0.79 0.30 42.55 0.66 0.42
Hex B2 89 25 0 17 4F 1E 2B 42 2A
Octal 262 211 45 0 27 117 36 53 102 52
Binary 10110010 10001001 100101 0 10111 1001111 11110 101011 1000010 101010

Color Harmonies of #B28925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28925

Black with #B28925

Text Example


Text Example

White with #B28925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28925; }

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

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

background-color css

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

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

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

border-color css

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

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

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