Html Css Color HEX #BC9A40 Roti

📋 copy color: '#BC9A40'

red 188 ◦ green 154 ◦ blue 64

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

Shades of Roti #BC9A40

Tints of Roti #BC9A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 46.31%
G = 37.93%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9A40 (or 0xBC9A40) is known color: Roti. HEX triplet: BC, 9A and 40. RGB value is (188,154,64). Sum of RGB (Red+Green+Blue) = 188+154+64=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A40 is #4365BF. Grayscale: #9A9A9A. Windows color (decimal): -4416960 or 4233916. OLE color: 4233916.

HSL color Cylindrical-coordinate representation of color #BC9A40: hue angle of 43.55º degrees, saturation: 0.49, 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 #BC9A40 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 64 -
CMYK 0 0.18 0.66 0.26
HSL 43.55º 0.49% 0.49% -
HSV(B) 43.55º 0.66% 0.74% -
XYZ 33.22 34.17 9.7 -
YUV 153.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 188 154 64 0 0.18 0.66 0.26 43.55 0.49 0.49
Hex BC 9A 40 0 12 42 1A 2C 31 31
Octal 274 232 100 0 22 102 32 54 61 61
Binary 10111100 10011010 1000000 0 10010 1000010 11010 101100 110001 110001

Color Harmonies of #BC9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A40

Black with #BC9A40

Text Example


Text Example

White with #BC9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A40; }

 p { color: rgb(188,154,64); }

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

background-color css

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

 a { background-color: rgb(188,154,64); }

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

border-color css

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

 span { border-color: rgb(188,154,64); }

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