Html Css Color HEX #BC9D45 Roti

📋 copy color: '#BC9D45'

red 188 ◦ green 157 ◦ blue 69

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

Shades of Roti #BC9D45

Tints of Roti #BC9D45

RGB

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

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

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

R = 45.41%
G = 37.92%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9D45 (or 0xBC9D45) is known color: Roti. HEX triplet: BC, 9D and 45. RGB value is (188,157,69). Sum of RGB (Red+Green+Blue) = 188+157+69=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9D45 is #4362BA. Grayscale: #9C9C9C. Windows color (decimal): -4416187 or 4562364. OLE color: 4562364.

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

Color convert

RGB 188 157 69 -
CMYK 0 0.16 0.63 0.26
HSL 44.37º 0.47% 0.5% -
HSV(B) 44.37º 0.63% 0.74% -
XYZ 33.87 35.23 10.65 -
YUV 156.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 188 157 69 0 0.16 0.63 0.26 44.37 0.47 0.5
Hex BC 9D 45 0 10 3F 1A 2C 2F 32
Octal 274 235 105 0 20 77 32 54 57 62
Binary 10111100 10011101 1000101 0 10000 111111 11010 101100 101111 110010

Color Harmonies of #BC9D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D45

Black with #BC9D45

Text Example


Text Example

White with #BC9D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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