Html Css Color HEX #BA7B04 Dark Goldenrod

📋 copy color: '#BA7B04'

red 186 ◦ green 123 ◦ blue 4

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

Shades of Dark Goldenrod #BA7B04

Tints of Dark Goldenrod #BA7B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 59.42%
G = 39.3%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA7B04 (or 0xBA7B04) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 04. RGB value is (186,123,4). Sum of RGB (Red+Green+Blue) = 186+123+4=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B04 is #4584FB. Grayscale: #808080. Windows color (decimal): -4556028 or 293818. OLE color: 293818.

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

Color convert

RGB 186 123 4 -
CMYK 0 0.34 0.98 0.27
HSL 39.23º 0.96% 0.37% -
HSV(B) 39.23º 0.98% 0.73% -
XYZ 27.35 24.61 3.42 -
YUV 128.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 186 123 4 0 0.34 0.98 0.27 39.23 0.96 0.37
Hex BA 7B 4 0 22 62 1B 27 60 25
Octal 272 173 4 0 42 142 33 47 140 45
Binary 10111010 1111011 100 0 100010 1100010 11011 100111 1100000 100101

Color Harmonies of #BA7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B04

Black with #BA7B04

Text Example


Text Example

White with #BA7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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