Html Css Color HEX #BA7B05 Dark Goldenrod

📋 copy color: '#BA7B05'

red 186 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #BA7B05

Tints of Dark Goldenrod #BA7B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 59.24%
G = 39.17%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA7B05 (or 0xBA7B05) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 05. RGB value is (186,123,5). Sum of RGB (Red+Green+Blue) = 186+123+5=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B05 is #4584FA. Grayscale: #808080. Windows color (decimal): -4556027 or 359354. OLE color: 359354.

HSL color Cylindrical-coordinate representation of color #BA7B05: hue angle of 39.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA7B05 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 123 5 -
CMYK 0 0.34 0.97 0.27
HSL 39.12º 0.95% 0.37% -
HSV(B) 39.12º 0.97% 0.73% -
XYZ 27.36 24.62 3.45 -
YUV 128.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 186 123 5 0 0.34 0.97 0.27 39.12 0.95 0.37
Hex BA 7B 5 0 22 61 1B 27 5F 25
Octal 272 173 5 0 42 141 33 47 137 45
Binary 10111010 1111011 101 0 100010 1100001 11011 100111 1011111 100101

Color Harmonies of #BA7B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B05

Black with #BA7B05

Text Example


Text Example

White with #BA7B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B05; }

 p { color: rgb(186,123,5); }

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

background-color css

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

 a { background-color: rgb(186,123,5); }

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

border-color css

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

 span { border-color: rgb(186,123,5); }

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