Html Css Color HEX #B69702 Dark Goldenrod

📋 copy color: '#B69702'

red 182 ◦ green 151 ◦ blue 2

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

Shades of Dark Goldenrod #B69702

Tints of Dark Goldenrod #B69702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 54.33%
G = 45.07%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B69702 (or 0xB69702) is known color: Dark Goldenrod. HEX triplet: B6, 97 and 02. RGB value is (182,151,2). Sum of RGB (Red+Green+Blue) = 182+151+2=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B69702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69702 is #4968FD. Grayscale: #8F8F8F. Windows color (decimal): -4811006 or 169910. OLE color: 169910.

HSL color Cylindrical-coordinate representation of color #B69702: hue angle of 49.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B69702 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 151 2 -
CMYK 0 0.17 0.99 0.29
HSL 49.67º 0.98% 0.36% -
HSV(B) 49.67º 0.99% 0.71% -
XYZ 30.37 32.08 4.65 -
YUV 143.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 182 151 2 0 0.17 0.99 0.29 49.67 0.98 0.36
Hex B6 97 2 0 11 63 1D 32 62 24
Octal 266 227 2 0 21 143 35 62 142 44
Binary 10110110 10010111 10 0 10001 1100011 11101 110010 1100010 100100

Color Harmonies of #B69702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69702

Black with #B69702

Text Example


Text Example

White with #B69702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69702; }

 p { color: rgb(182,151,2); }

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

background-color css

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

 a { background-color: rgb(182,151,2); }

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

border-color css

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

 span { border-color: rgb(182,151,2); }

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