Html Css Color HEX #B6900C Dark Goldenrod

📋 copy color: '#B6900C'

red 182 ◦ green 144 ◦ blue 12

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

Shades of Dark Goldenrod #B6900C

Tints of Dark Goldenrod #B6900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 53.85%
G = 42.6%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6900C (or 0xB6900C) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 0C. RGB value is (182,144,12). Sum of RGB (Red+Green+Blue) = 182+144+12=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6900C is #496FF3. Grayscale: #8C8C8C. Windows color (decimal): -4812788 or 823478. OLE color: 823478.

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

Color convert

RGB 182 144 12 -
CMYK 0 0.21 0.93 0.29
HSL 46.59º 0.88% 0.38% -
HSV(B) 46.59º 0.93% 0.71% -
XYZ 29.33 29.92 4.58 -
YUV 140.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 182 144 12 0 0.21 0.93 0.29 46.59 0.88 0.38
Hex B6 90 C 0 15 5D 1D 2F 58 26
Octal 266 220 14 0 25 135 35 57 130 46
Binary 10110110 10010000 1100 0 10101 1011101 11101 101111 1011000 100110

Color Harmonies of #B6900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6900C

Black with #B6900C

Text Example


Text Example

White with #B6900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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