Html Css Color HEX #B28D25 Nugget

📋 copy color: '#B28D25'

red 178 ◦ green 141 ◦ blue 37

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

Shades of Nugget #B28D25

Tints of Nugget #B28D25

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

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

R = 50%
G = 39.61%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B28D25 (or 0xB28D25) is known color: Nugget. HEX triplet: B2, 8D and 25. RGB value is (178,141,37). Sum of RGB (Red+Green+Blue) = 178+141+37=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D25 is #4D72DA. Grayscale: #8C8C8C. Windows color (decimal): -5075675 or 2461106. OLE color: 2461106.

HSL color Cylindrical-coordinate representation of color #B28D25: hue angle of 44.26º 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 #B28D25 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 141 37 -
CMYK 0 0.21 0.79 0.30
HSL 44.26º 0.66% 0.42% -
HSV(B) 44.26º 0.79% 0.7% -
XYZ 28.22 28.65 5.79 -
YUV 140.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 178 141 37 0 0.21 0.79 0.30 44.26 0.66 0.42
Hex B2 8D 25 0 15 4F 1E 2C 42 2A
Octal 262 215 45 0 25 117 36 54 102 52
Binary 10110010 10001101 100101 0 10101 1001111 11110 101100 1000010 101010

Color Harmonies of #B28D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D25

Black with #B28D25

Text Example


Text Example

White with #B28D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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