Html Css Color HEX #BA871B Dark Goldenrod

📋 copy color: '#BA871B'

red 186 ◦ green 135 ◦ blue 27

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

Shades of Dark Goldenrod #BA871B

Tints of Dark Goldenrod #BA871B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 53.45%
G = 38.79%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA871B (or 0xBA871B) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 1B. RGB value is (186,135,27). Sum of RGB (Red+Green+Blue) = 186+135+27=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA871B is #4578E4. Grayscale: #8A8A8A. Windows color (decimal): -4552933 or 1804218. OLE color: 1804218.

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

Color convert

RGB 186 135 27 -
CMYK 0 0.27 0.85 0.27
HSL 40.75º 0.75% 0.42% -
HSV(B) 40.75º 0.85% 0.73% -
XYZ 29.11 27.85 4.88 -
YUV 137.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 186 135 27 0 0.27 0.85 0.27 40.75 0.75 0.42
Hex BA 87 1B 0 1B 55 1B 29 4B 2A
Octal 272 207 33 0 33 125 33 51 113 52
Binary 10111010 10000111 11011 0 11011 1010101 11011 101001 1001011 101010

Color Harmonies of #BA871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA871B

Black with #BA871B

Text Example


Text Example

White with #BA871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA871B; }

 p { color: rgb(186,135,27); }

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

background-color css

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

 a { background-color: rgb(186,135,27); }

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

border-color css

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

 span { border-color: rgb(186,135,27); }

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