Html Css Color HEX #B69401 Dark Goldenrod

📋 copy color: '#B69401'

red 182 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #B69401

Tints of Dark Goldenrod #B69401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 54.98%
G = 44.71%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B69401 (or 0xB69401) is known color: Dark Goldenrod. HEX triplet: B6, 94 and 01. RGB value is (182,148,1). Sum of RGB (Red+Green+Blue) = 182+148+1=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B69401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69401 is #496BFE. Grayscale: #8E8E8E. Windows color (decimal): -4811775 or 103606. OLE color: 103606.

HSL color Cylindrical-coordinate representation of color #B69401: hue angle of 48.73º degrees, saturation: 0.99, 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 #B69401 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 1 -
CMYK 0 0.19 0.99 0.29
HSL 48.73º 0.99% 0.36% -
HSV(B) 48.73º 0.99% 0.71% -
XYZ 29.89 31.13 4.46 -
YUV 141.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 182 148 1 0 0.19 0.99 0.29 48.73 0.99 0.36
Hex B6 94 1 0 13 63 1D 31 63 24
Octal 266 224 1 0 23 143 35 61 143 44
Binary 10110110 10010100 1 0 10011 1100011 11101 110001 1100011 100100

Color Harmonies of #B69401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69401

Black with #B69401

Text Example


Text Example

White with #B69401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69401; }

 p { color: rgb(182,148,1); }

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

background-color css

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

 a { background-color: rgb(182,148,1); }

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

border-color css

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

 span { border-color: rgb(182,148,1); }

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