Html Css Color HEX #B28C21 Nugget

📋 copy color: '#B28C21'

red 178 ◦ green 140 ◦ blue 33

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

Shades of Nugget #B28C21

Tints of Nugget #B28C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 50.71%
G = 39.89%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B28C21 (or 0xB28C21) is known color: Nugget. HEX triplet: B2, 8C and 21. RGB value is (178,140,33). Sum of RGB (Red+Green+Blue) = 178+140+33=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C21 is #4D73DE. Grayscale: #8B8B8B. Windows color (decimal): -5075935 or 2198706. OLE color: 2198706.

HSL color Cylindrical-coordinate representation of color #B28C21: hue angle of 44.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B28C21 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 33 -
CMYK 0 0.21 0.81 0.30
HSL 44.28º 0.69% 0.41% -
HSV(B) 44.28º 0.81% 0.7% -
XYZ 28.01 28.33 5.43 -
YUV 139.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 178 140 33 0 0.21 0.81 0.30 44.28 0.69 0.41
Hex B2 8C 21 0 15 51 1E 2C 45 29
Octal 262 214 41 0 25 121 36 54 105 51
Binary 10110010 10001100 100001 0 10101 1010001 11110 101100 1000101 101001

Color Harmonies of #B28C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C21

Black with #B28C21

Text Example


Text Example

White with #B28C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C21; }

 p { color: rgb(178,140,33); }

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

background-color css

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

 a { background-color: rgb(178,140,33); }

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

border-color css

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

 span { border-color: rgb(178,140,33); }

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