Html Css Color HEX #BC993F Roti

📋 copy color: '#BC993F'

red 188 ◦ green 153 ◦ blue 63

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

Shades of Roti #BC993F

Tints of Roti #BC993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.59%

R = 46.53%
G = 37.87%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC993F (or 0xBC993F) is known color: Roti. HEX triplet: BC, 99 and 3F. RGB value is (188,153,63). Sum of RGB (Red+Green+Blue) = 188+153+63=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC993F is #4366C0. Grayscale: #999999. Windows color (decimal): -4417217 or 4168124. OLE color: 4168124.

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

Color convert

RGB 188 153 63 -
CMYK 0 0.19 0.66 0.26
HSL 43.2º 0.5% 0.49% -
HSV(B) 43.2º 0.66% 0.74% -
XYZ 33.03 33.83 9.49 -
YUV 153.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 188 153 63 0 0.19 0.66 0.26 43.2 0.5 0.49
Hex BC 99 3F 0 13 42 1A 2B 32 31
Octal 274 231 77 0 23 102 32 53 62 61
Binary 10111100 10011001 111111 0 10011 1000010 11010 101011 110010 110001

Color Harmonies of #BC993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC993F

Black with #BC993F

Text Example


Text Example

White with #BC993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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