Html Css Color HEX #BD730C Dark Goldenrod

📋 copy color: '#BD730C'

red 189 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #BD730C

Tints of Dark Goldenrod #BD730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 59.81%
G = 36.39%
B = 3.8%

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

#BD730C (or 0xBD730C) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 0C. RGB value is (189,115,12). Sum of RGB (Red+Green+Blue) = 189+115+12=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD730C is #428CF3. Grayscale: #7D7D7D. Windows color (decimal): -4361460 or 816061. OLE color: 816061.

HSL color Cylindrical-coordinate representation of color #BD730C: hue angle of 34.92º degrees, saturation: 0.88, 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 #BD730C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 12 -
CMYK 0 0.39 0.94 0.26
HSL 34.92º 0.88% 0.39% -
HSV(B) 34.92º 0.94% 0.74% -
XYZ 27.18 23.11 3.38 -
YUV 125.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 189 115 12 0 0.39 0.94 0.26 34.92 0.88 0.39
Hex BD 73 C 0 27 5E 1A 23 58 27
Octal 275 163 14 0 47 136 32 43 130 47
Binary 10111101 1110011 1100 0 100111 1011110 11010 100011 1011000 100111

Color Harmonies of #BD730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD730C

Black with #BD730C

Text Example


Text Example

White with #BD730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD730C; }

 p { color: rgb(189,115,12); }

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

background-color css

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

 a { background-color: rgb(189,115,12); }

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

border-color css

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

 span { border-color: rgb(189,115,12); }

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