Html Css Color HEX #BD7A13 Dark Goldenrod

📋 copy color: '#BD7A13'

red 189 ◦ green 122 ◦ blue 19

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

Shades of Dark Goldenrod #BD7A13

Tints of Dark Goldenrod #BD7A13

RGB

 RED value IS 189 (74.22% from 255) = 57.27%

 GREEN value IS 122 (48.05% from 255) = 36.97%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 57.27%
G = 36.97%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD7A13 (or 0xBD7A13) is known color: Dark Goldenrod. HEX triplet: BD, 7A and 13. RGB value is (189,122,19). Sum of RGB (Red+Green+Blue) = 189+122+19=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A13 is #4285EC. Grayscale: #828282. Windows color (decimal): -4359661 or 1276605. OLE color: 1276605.

HSL color Cylindrical-coordinate representation of color #BD7A13: hue angle of 36.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD7A13 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 19 -
CMYK 0 0.35 0.90 0.26
HSL 36.35º 0.82% 0.41% -
HSV(B) 36.35º 0.9% 0.74% -
XYZ 28.06 24.78 3.92 -
YUV 130.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 189 122 19 0 0.35 0.90 0.26 36.35 0.82 0.41
Hex BD 7A 13 0 23 5A 1A 24 52 29
Octal 275 172 23 0 43 132 32 44 122 51
Binary 10111101 1111010 10011 0 100011 1011010 11010 100100 1010010 101001

Color Harmonies of #BD7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A13

Black with #BD7A13

Text Example


Text Example

White with #BD7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A13; }

 p { color: rgb(189,122,19); }

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

background-color css

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

 a { background-color: rgb(189,122,19); }

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

border-color css

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

 span { border-color: rgb(189,122,19); }

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