Html Css Color HEX #BC993A Roti

📋 copy color: '#BC993A'

red 188 ◦ green 153 ◦ blue 58

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

Shades of Roti #BC993A

Tints of Roti #BC993A

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

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

 BLUE value IS 58 (23.05% from 255) = 14.54%

R = 47.12%
G = 38.35%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC993A (or 0xBC993A) is known color: Roti. HEX triplet: BC, 99 and 3A. RGB value is (188,153,58). Sum of RGB (Red+Green+Blue) = 188+153+58=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC993A is #4366C5. Grayscale: #999999. Windows color (decimal): -4417222 or 3840444. OLE color: 3840444.

HSL color Cylindrical-coordinate representation of color #BC993A: hue angle of 43.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC993A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 58 -
CMYK 0 0.19 0.69 0.26
HSL 43.85º 0.53% 0.48% -
HSV(B) 43.85º 0.69% 0.74% -
XYZ 32.89 33.78 8.79 -
YUV 152.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 188 153 58 0 0.19 0.69 0.26 43.85 0.53 0.48
Hex BC 99 3A 0 13 45 1A 2C 35 30
Octal 274 231 72 0 23 105 32 54 65 60
Binary 10111100 10011001 111010 0 10011 1000101 11010 101100 110101 110000

Color Harmonies of #BC993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC993A

Black with #BC993A

Text Example


Text Example

White with #BC993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC993A; }

 p { color: rgb(188,153,58); }

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

background-color css

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

 a { background-color: rgb(188,153,58); }

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

border-color css

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

 span { border-color: rgb(188,153,58); }

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