Html Css Color HEX #B28F28 Nugget

📋 copy color: '#B28F28'

red 178 ◦ green 143 ◦ blue 40

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

Shades of Nugget #B28F28

Tints of Nugget #B28F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 49.31%
G = 39.61%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B28F28 (or 0xB28F28) is known color: Nugget. HEX triplet: B2, 8F and 28. RGB value is (178,143,40). Sum of RGB (Red+Green+Blue) = 178+143+40=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F28 is #4D70D7. Grayscale: #8E8E8E. Windows color (decimal): -5075160 or 2658226. OLE color: 2658226.

HSL color Cylindrical-coordinate representation of color #B28F28: hue angle of 44.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28F28 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 40 -
CMYK 0 0.20 0.78 0.30
HSL 44.78º 0.63% 0.43% -
HSV(B) 44.78º 0.78% 0.7% -
XYZ 28.57 29.26 6.15 -
YUV 141.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 178 143 40 0 0.20 0.78 0.30 44.78 0.63 0.43
Hex B2 8F 28 0 14 4E 1E 2D 3F 2B
Octal 262 217 50 0 24 116 36 55 77 53
Binary 10110010 10001111 101000 0 10100 1001110 11110 101101 111111 101011

Color Harmonies of #B28F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F28

Black with #B28F28

Text Example


Text Example

White with #B28F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F28; }

 p { color: rgb(178,143,40); }

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

background-color css

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

 a { background-color: rgb(178,143,40); }

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

border-color css

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

 span { border-color: rgb(178,143,40); }

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