Html Css Color HEX #BC9D40 Roti

📋 copy color: '#BC9D40'

red 188 ◦ green 157 ◦ blue 64

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

Shades of Roti #BC9D40

Tints of Roti #BC9D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

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

R = 45.97%
G = 38.39%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9D40 (or 0xBC9D40) is known color: Roti. HEX triplet: BC, 9D and 40. RGB value is (188,157,64). Sum of RGB (Red+Green+Blue) = 188+157+64=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D40 is #4362BF. Grayscale: #9C9C9C. Windows color (decimal): -4416192 or 4234684. OLE color: 4234684.

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

Color convert

RGB 188 157 64 -
CMYK 0 0.16 0.66 0.26
HSL 45º 0.49% 0.49% -
HSV(B) 45º 0.66% 0.74% -
XYZ 33.72 35.18 9.86 -
YUV 155.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 188 157 64 0 0.16 0.66 0.26 45 0.49 0.49
Hex BC 9D 40 0 10 42 1A 2D 31 31
Octal 274 235 100 0 20 102 32 55 61 61
Binary 10111100 10011101 1000000 0 10000 1000010 11010 101101 110001 110001

Color Harmonies of #BC9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D40

Black with #BC9D40

Text Example


Text Example

White with #BC9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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