Html Css Color HEX #BD750C Dark Goldenrod

📋 copy color: '#BD750C'

red 189 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #BD750C

Tints of Dark Goldenrod #BD750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 59.43%
G = 36.79%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD750C (or 0xBD750C) is known color: Dark Goldenrod. HEX triplet: BD, 75 and 0C. RGB value is (189,117,12). Sum of RGB (Red+Green+Blue) = 189+117+12=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD750C is #428AF3. Grayscale: #7F7F7F. Windows color (decimal): -4360948 or 816573. OLE color: 816573.

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

Color convert

RGB 189 117 12 -
CMYK 0 0.38 0.94 0.26
HSL 35.59º 0.88% 0.39% -
HSV(B) 35.59º 0.94% 0.74% -
XYZ 27.41 23.57 3.45 -
YUV 126.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 189 117 12 0 0.38 0.94 0.26 35.59 0.88 0.39
Hex BD 75 C 0 26 5E 1A 24 58 27
Octal 275 165 14 0 46 136 32 44 130 47
Binary 10111101 1110101 1100 0 100110 1011110 11010 100100 1011000 100111

Color Harmonies of #BD750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD750C

Black with #BD750C

Text Example


Text Example

White with #BD750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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