Html Css Color HEX #BCA044 Roti

📋 copy color: '#BCA044'

red 188 ◦ green 160 ◦ blue 68

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

Shades of Roti #BCA044

Tints of Roti #BCA044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 45.19%
G = 38.46%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCA044 (or 0xBCA044) is known color: Roti. HEX triplet: BC, A0 and 44. RGB value is (188,160,68). Sum of RGB (Red+Green+Blue) = 188+160+68=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA044 is #435FBB. Grayscale: #9E9E9E. Windows color (decimal): -4415420 or 4497596. OLE color: 4497596.

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

Color convert

RGB 188 160 68 -
CMYK 0 0.15 0.64 0.26
HSL 46º 0.47% 0.5% -
HSV(B) 46º 0.64% 0.74% -
XYZ 34.35 36.25 10.66 -
YUV 157.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 188 160 68 0 0.15 0.64 0.26 46 0.47 0.5
Hex BC A0 44 0 F 40 1A 2E 2F 32
Octal 274 240 104 0 17 100 32 56 57 62
Binary 10111100 10100000 1000100 0 1111 1000000 11010 101110 101111 110010

Color Harmonies of #BCA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA044

Black with #BCA044

Text Example


Text Example

White with #BCA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA044; }

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

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

background-color css

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

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

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

border-color css

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

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

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