Html Css Color HEX #BA831B Dark Goldenrod

📋 copy color: '#BA831B'

red 186 ◦ green 131 ◦ blue 27

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

Shades of Dark Goldenrod #BA831B

Tints of Dark Goldenrod #BA831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 54.07%
G = 38.08%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA831B (or 0xBA831B) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 1B. RGB value is (186,131,27). Sum of RGB (Red+Green+Blue) = 186+131+27=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA831B is #457CE4. Grayscale: #888888. Windows color (decimal): -4553957 or 1803194. OLE color: 1803194.

HSL color Cylindrical-coordinate representation of color #BA831B: hue angle of 39.25º 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 #BA831B is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 27 -
CMYK 0 0.30 0.85 0.27
HSL 39.25º 0.75% 0.42% -
HSV(B) 39.25º 0.85% 0.73% -
XYZ 28.56 26.75 4.69 -
YUV 135.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 186 131 27 0 0.30 0.85 0.27 39.25 0.75 0.42
Hex BA 83 1B 0 1E 55 1B 27 4B 2A
Octal 272 203 33 0 36 125 33 47 113 52
Binary 10111010 10000011 11011 0 11110 1010101 11011 100111 1001011 101010

Color Harmonies of #BA831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA831B

Black with #BA831B

Text Example


Text Example

White with #BA831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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