Html Css Color HEX #B69007 Dark Goldenrod

📋 copy color: '#B69007'

red 182 ◦ green 144 ◦ blue 7

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

Shades of Dark Goldenrod #B69007

Tints of Dark Goldenrod #B69007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 54.65%
G = 43.24%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B69007 (or 0xB69007) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 07. RGB value is (182,144,7). Sum of RGB (Red+Green+Blue) = 182+144+7=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B69007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69007 is #496FF8. Grayscale: #8C8C8C. Windows color (decimal): -4812793 or 495798. OLE color: 495798.

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

Color convert

RGB 182 144 7 -
CMYK 0 0.21 0.96 0.29
HSL 46.97º 0.93% 0.37% -
HSV(B) 46.97º 0.96% 0.71% -
XYZ 29.3 29.91 4.43 -
YUV 139.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 182 144 7 0 0.21 0.96 0.29 46.97 0.93 0.37
Hex B6 90 7 0 15 60 1D 2F 5D 25
Octal 266 220 7 0 25 140 35 57 135 45
Binary 10110110 10010000 111 0 10101 1100000 11101 101111 1011101 100101

Color Harmonies of #B69007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69007

Black with #B69007

Text Example


Text Example

White with #B69007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69007; }

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

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

background-color css

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

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

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

border-color css

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

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

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