Html Css Color HEX #BA963D Roti

📋 copy color: '#BA963D'

red 186 ◦ green 150 ◦ blue 61

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

Shades of Roti #BA963D

Tints of Roti #BA963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 46.85%
G = 37.78%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA963D (or 0xBA963D) is known color: Roti. HEX triplet: BA, 96 and 3D. RGB value is (186,150,61). Sum of RGB (Red+Green+Blue) = 186+150+61=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA963D is #4569C2. Grayscale: #979797. Windows color (decimal): -4549059 or 4036282. OLE color: 4036282.

HSL color Cylindrical-coordinate representation of color #BA963D: hue angle of 42.72º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA963D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 150 61 -
CMYK 0 0.19 0.67 0.27
HSL 42.72º 0.51% 0.48% -
HSV(B) 42.72º 0.67% 0.73% -
XYZ 32 32.59 9.02 -
YUV 150.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 186 150 61 0 0.19 0.67 0.27 42.72 0.51 0.48
Hex BA 96 3D 0 13 43 1B 2B 33 30
Octal 272 226 75 0 23 103 33 53 63 60
Binary 10111010 10010110 111101 0 10011 1000011 11011 101011 110011 110000

Color Harmonies of #BA963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA963D

Black with #BA963D

Text Example


Text Example

White with #BA963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA963D; }

 p { color: rgb(186,150,61); }

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

background-color css

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

 a { background-color: rgb(186,150,61); }

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

border-color css

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

 span { border-color: rgb(186,150,61); }

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