Html Css Color HEX #BD740B Dark Goldenrod

📋 copy color: '#BD740B'

red 189 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #BD740B

Tints of Dark Goldenrod #BD740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 59.81%
G = 36.71%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD740B (or 0xBD740B) is known color: Dark Goldenrod. HEX triplet: BD, 74 and 0B. RGB value is (189,116,11). Sum of RGB (Red+Green+Blue) = 189+116+11=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD740B is #428BF4. Grayscale: #7E7E7E. Windows color (decimal): -4361205 or 750781. OLE color: 750781.

HSL color Cylindrical-coordinate representation of color #BD740B: hue angle of 35.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD740B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 11 -
CMYK 0 0.39 0.94 0.26
HSL 35.39º 0.89% 0.39% -
HSV(B) 35.39º 0.94% 0.74% -
XYZ 27.29 23.33 3.38 -
YUV 125.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 189 116 11 0 0.39 0.94 0.26 35.39 0.89 0.39
Hex BD 74 B 0 27 5E 1A 23 59 27
Octal 275 164 13 0 47 136 32 43 131 47
Binary 10111101 1110100 1011 0 100111 1011110 11010 100011 1011001 100111

Color Harmonies of #BD740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD740B

Black with #BD740B

Text Example


Text Example

White with #BD740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD740B; }

 p { color: rgb(189,116,11); }

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

background-color css

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

 a { background-color: rgb(189,116,11); }

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

border-color css

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

 span { border-color: rgb(189,116,11); }

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