Html Css Color HEX #B2902A Nugget

📋 copy color: '#B2902A'

red 178 ◦ green 144 ◦ blue 42

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

Shades of Nugget #B2902A

Tints of Nugget #B2902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 48.9%
G = 39.56%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2902A (or 0xB2902A) is known color: Nugget. HEX triplet: B2, 90 and 2A. RGB value is (178,144,42). Sum of RGB (Red+Green+Blue) = 178+144+42=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2902A is #4D6FD5. Grayscale: #8E8E8E. Windows color (decimal): -5074902 or 2789554. OLE color: 2789554.

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

Color convert

RGB 178 144 42 -
CMYK 0 0.19 0.76 0.30
HSL 45º 0.62% 0.43% -
HSV(B) 45º 0.76% 0.7% -
XYZ 28.75 29.58 6.38 -
YUV 142.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 178 144 42 0 0.19 0.76 0.30 45 0.62 0.43
Hex B2 90 2A 0 13 4C 1E 2D 3E 2B
Octal 262 220 52 0 23 114 36 55 76 53
Binary 10110010 10010000 101010 0 10011 1001100 11110 101101 111110 101011

Color Harmonies of #B2902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2902A

Black with #B2902A

Text Example


Text Example

White with #B2902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2902A; }

 p { color: rgb(178,144,42); }

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

background-color css

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

 a { background-color: rgb(178,144,42); }

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

border-color css

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

 span { border-color: rgb(178,144,42); }

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