Html Css Color HEX #BC994A Roti

📋 copy color: '#BC994A'

red 188 ◦ green 153 ◦ blue 74

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

Shades of Roti #BC994A

Tints of Roti #BC994A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 45.3%
G = 36.87%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC994A (or 0xBC994A) is known color: Roti. HEX triplet: BC, 99 and 4A. RGB value is (188,153,74). Sum of RGB (Red+Green+Blue) = 188+153+74=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC994A is #4366B5. Grayscale: #9A9A9A. Windows color (decimal): -4417206 or 4889020. OLE color: 4889020.

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

Color convert

RGB 188 153 74 -
CMYK 0 0.19 0.61 0.26
HSL 41.58º 0.46% 0.51% -
HSV(B) 41.58º 0.61% 0.74% -
XYZ 33.37 33.97 11.28 -
YUV 154.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 188 153 74 0 0.19 0.61 0.26 41.58 0.46 0.51
Hex BC 99 4A 0 13 3D 1A 2A 2E 33
Octal 274 231 112 0 23 75 32 52 56 63
Binary 10111100 10011001 1001010 0 10011 111101 11010 101010 101110 110011

Color Harmonies of #BC994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC994A

Black with #BC994A

Text Example


Text Example

White with #BC994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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