Html Css Color HEX #B6902D Nugget

📋 copy color: '#B6902D'

red 182 ◦ green 144 ◦ blue 45

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

Shades of Nugget #B6902D

Tints of Nugget #B6902D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 49.06%
G = 38.81%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6902D (or 0xB6902D) is known color: Nugget. HEX triplet: B6, 90 and 2D. RGB value is (182,144,45). Sum of RGB (Red+Green+Blue) = 182+144+45=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B6902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6902D is #496FD2. Grayscale: #909090. Windows color (decimal): -4812755 or 2986166. OLE color: 2986166.

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

Color convert

RGB 182 144 45 -
CMYK 0 0.21 0.75 0.29
HSL 43.36º 0.6% 0.45% -
HSV(B) 43.36º 0.75% 0.71% -
XYZ 29.74 30.08 6.72 -
YUV 144.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 182 144 45 0 0.21 0.75 0.29 43.36 0.6 0.45
Hex B6 90 2D 0 15 4B 1D 2B 3C 2D
Octal 266 220 55 0 25 113 35 53 74 55
Binary 10110110 10010000 101101 0 10101 1001011 11101 101011 111100 101101

Color Harmonies of #B6902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6902D

Black with #B6902D

Text Example


Text Example

White with #B6902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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