Html Css Color HEX #BCA041 Roti

📋 copy color: '#BCA041'

red 188 ◦ green 160 ◦ blue 65

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

Shades of Roti #BCA041

Tints of Roti #BCA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 65 (25.78% from 255) = 15.74%

R = 45.52%
G = 38.74%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCA041 (or 0xBCA041) is known color: Roti. HEX triplet: BC, A0 and 41. RGB value is (188,160,65). Sum of RGB (Red+Green+Blue) = 188+160+65=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA041 is #435FBE. Grayscale: #9D9D9D. Windows color (decimal): -4415423 or 4300988. OLE color: 4300988.

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

Color convert

RGB 188 160 65 -
CMYK 0 0.15 0.65 0.26
HSL 46.34º 0.49% 0.5% -
HSV(B) 46.34º 0.65% 0.74% -
XYZ 34.26 36.21 10.19 -
YUV 157.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 188 160 65 0 0.15 0.65 0.26 46.34 0.49 0.5
Hex BC A0 41 0 F 41 1A 2E 31 32
Octal 274 240 101 0 17 101 32 56 61 62
Binary 10111100 10100000 1000001 0 1111 1000001 11010 101110 110001 110010

Color Harmonies of #BCA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA041

Black with #BCA041

Text Example


Text Example

White with #BCA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA041; }

 p { color: rgb(188,160,65); }

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

background-color css

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

 a { background-color: rgb(188,160,65); }

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

border-color css

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

 span { border-color: rgb(188,160,65); }

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