Html Css Color HEX #BA810C Dark Goldenrod

📋 copy color: '#BA810C'

red 186 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #BA810C

Tints of Dark Goldenrod #BA810C

RGB

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

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

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

R = 56.88%
G = 39.45%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA810C (or 0xBA810C) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 0C. RGB value is (186,129,12). Sum of RGB (Red+Green+Blue) = 186+129+12=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA810C is #457EF3. Grayscale: #858585. Windows color (decimal): -4554484 or 819642. OLE color: 819642.

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

Color convert

RGB 186 129 12 -
CMYK 0 0.31 0.94 0.27
HSL 40.34º 0.88% 0.39% -
HSV(B) 40.34º 0.94% 0.73% -
XYZ 28.17 26.17 3.91 -
YUV 132.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 186 129 12 0 0.31 0.94 0.27 40.34 0.88 0.39
Hex BA 81 C 0 1F 5E 1B 28 58 27
Octal 272 201 14 0 37 136 33 50 130 47
Binary 10111010 10000001 1100 0 11111 1011110 11011 101000 1011000 100111

Color Harmonies of #BA810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA810C

Black with #BA810C

Text Example


Text Example

White with #BA810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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