Html Css Color HEX #BA810F Dark Goldenrod

📋 copy color: '#BA810F'

red 186 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #BA810F

Tints of Dark Goldenrod #BA810F

RGB

 RED value IS 186 (73.05% from 255) = 56.36%

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 56.36%
G = 39.09%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA810F (or 0xBA810F) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 0F. RGB value is (186,129,15). Sum of RGB (Red+Green+Blue) = 186+129+15=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA810F is #457EF0. Grayscale: #858585. Windows color (decimal): -4554481 or 1016250. OLE color: 1016250.

HSL color Cylindrical-coordinate representation of color #BA810F: hue angle of 40º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA810F is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 15 -
CMYK 0 0.31 0.92 0.27
HSL 40º 0.85% 0.39% -
HSV(B) 40º 0.92% 0.73% -
XYZ 28.19 26.17 4.02 -
YUV 133.05 61.38 165.77 -
System Red Green Blue C M Y K H S L
Decimal 186 129 15 0 0.31 0.92 0.27 40 0.85 0.39
Hex BA 81 F 0 1F 5C 1B 28 55 27
Octal 272 201 17 0 37 134 33 50 125 47
Binary 10111010 10000001 1111 0 11111 1011100 11011 101000 1010101 100111

Color Harmonies of #BA810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA810F

Black with #BA810F

Text Example


Text Example

White with #BA810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA810F; }

 p { color: rgb(186,129,15); }

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

background-color css

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

 a { background-color: rgb(186,129,15); }

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

border-color css

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

 span { border-color: rgb(186,129,15); }

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