Html Css Color HEX #BCA045 Roti

📋 copy color: '#BCA045'

red 188 ◦ green 160 ◦ blue 69

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

Shades of Roti #BCA045

Tints of Roti #BCA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 45.08%
G = 38.37%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCA045 (or 0xBCA045) is known color: Roti. HEX triplet: BC, A0 and 45. RGB value is (188,160,69). Sum of RGB (Red+Green+Blue) = 188+160+69=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA045 is #435FBA. Grayscale: #9E9E9E. Windows color (decimal): -4415419 or 4563132. OLE color: 4563132.

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

Color convert

RGB 188 160 69 -
CMYK 0 0.15 0.63 0.26
HSL 45.88º 0.47% 0.5% -
HSV(B) 45.88º 0.63% 0.74% -
XYZ 34.38 36.26 10.82 -
YUV 158 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 188 160 69 0 0.15 0.63 0.26 45.88 0.47 0.5
Hex BC A0 45 0 F 3F 1A 2E 2F 32
Octal 274 240 105 0 17 77 32 56 57 62
Binary 10111100 10100000 1000101 0 1111 111111 11010 101110 101111 110010

Color Harmonies of #BCA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA045

Black with #BCA045

Text Example


Text Example

White with #BCA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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