Html Css Color HEX #B6902A Nugget

📋 copy color: '#B6902A'

red 182 ◦ green 144 ◦ blue 42

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

Shades of Nugget #B6902A

Tints of Nugget #B6902A

RGB

 RED value IS 182 (71.48% from 255) = 49.46%

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

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

R = 49.46%
G = 39.13%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6902A (or 0xB6902A) is known color: Nugget. HEX triplet: B6, 90 and 2A. RGB value is (182,144,42). Sum of RGB (Red+Green+Blue) = 182+144+42=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6902A is #496FD5. Grayscale: #909090. Windows color (decimal): -4812758 or 2789558. OLE color: 2789558.

HSL color Cylindrical-coordinate representation of color #B6902A: hue angle of 43.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6902A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 42 -
CMYK 0 0.21 0.77 0.29
HSL 43.71º 0.63% 0.44% -
HSV(B) 43.71º 0.77% 0.71% -
XYZ 29.68 30.06 6.43 -
YUV 143.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 182 144 42 0 0.21 0.77 0.29 43.71 0.63 0.44
Hex B6 90 2A 0 15 4D 1D 2C 3E 2C
Octal 266 220 52 0 25 115 35 54 76 54
Binary 10110110 10010000 101010 0 10101 1001101 11101 101100 111110 101100

Color Harmonies of #B6902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6902A

Black with #B6902A

Text Example


Text Example

White with #B6902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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