Html Css Color HEX #BA7B35 Meteor

📋 copy color: '#BA7B35'

red 186 ◦ green 123 ◦ blue 53

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

Shades of Meteor #BA7B35

Tints of Meteor #BA7B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.64%

R = 51.38%
G = 33.98%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7B35 (or 0xBA7B35) is known color: Meteor. HEX triplet: BA, 7B and 35. RGB value is (186,123,53). Sum of RGB (Red+Green+Blue) = 186+123+53=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B35 is #4584CA. Grayscale: #868686. Windows color (decimal): -4555979 or 3505082. OLE color: 3505082.

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

Color convert

RGB 186 123 53 -
CMYK 0 0.34 0.72 0.27
HSL 31.58º 0.56% 0.47% -
HSV(B) 31.58º 0.72% 0.73% -
XYZ 27.98 24.86 6.69 -
YUV 133.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 186 123 53 0 0.34 0.72 0.27 31.58 0.56 0.47
Hex BA 7B 35 0 22 48 1B 20 38 2F
Octal 272 173 65 0 42 110 33 40 70 57
Binary 10111010 1111011 110101 0 100010 1001000 11011 100000 111000 101111

Color Harmonies of #BA7B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B35

Black with #BA7B35

Text Example


Text Example

White with #BA7B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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