Html Css Color HEX #BA993C Roti

📋 copy color: '#BA993C'

red 186 ◦ green 153 ◦ blue 60

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

Shades of Roti #BA993C

Tints of Roti #BA993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 60 (23.83% from 255) = 15.04%

R = 46.62%
G = 38.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA993C (or 0xBA993C) is known color: Roti. HEX triplet: BA, 99 and 3C. RGB value is (186,153,60). Sum of RGB (Red+Green+Blue) = 186+153+60=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA993C is #4566C3. Grayscale: #989898. Windows color (decimal): -4548292 or 3971514. OLE color: 3971514.

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

Color convert

RGB 186 153 60 -
CMYK 0 0.18 0.68 0.27
HSL 44.29º 0.51% 0.48% -
HSV(B) 44.29º 0.68% 0.73% -
XYZ 32.46 33.55 9.04 -
YUV 152.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 186 153 60 0 0.18 0.68 0.27 44.29 0.51 0.48
Hex BA 99 3C 0 12 44 1B 2C 33 30
Octal 272 231 74 0 22 104 33 54 63 60
Binary 10111010 10011001 111100 0 10010 1000100 11011 101100 110011 110000

Color Harmonies of #BA993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA993C

Black with #BA993C

Text Example


Text Example

White with #BA993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA993C; }

 p { color: rgb(186,153,60); }

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

background-color css

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

 a { background-color: rgb(186,153,60); }

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

border-color css

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

 span { border-color: rgb(186,153,60); }

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