Html Css Color HEX #BC9444 Roti

📋 copy color: '#BC9444'

red 188 ◦ green 148 ◦ blue 68

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

Shades of Roti #BC9444

Tints of Roti #BC9444

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 46.53%
G = 36.63%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9444 (or 0xBC9444) is known color: Roti. HEX triplet: BC, 94 and 44. RGB value is (188,148,68). Sum of RGB (Red+Green+Blue) = 188+148+68=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9444 is #436BBB. Grayscale: #979797. Windows color (decimal): -4418492 or 4494524. OLE color: 4494524.

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

Color convert

RGB 188 148 68 -
CMYK 0 0.21 0.64 0.26
HSL 40º 0.47% 0.5% -
HSV(B) 40º 0.64% 0.74% -
XYZ 32.37 32.29 9.99 -
YUV 150.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 188 148 68 0 0.21 0.64 0.26 40 0.47 0.5
Hex BC 94 44 0 15 40 1A 28 2F 32
Octal 274 224 104 0 25 100 32 50 57 62
Binary 10111100 10010100 1000100 0 10101 1000000 11010 101000 101111 110010

Color Harmonies of #BC9444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9444

Black with #BC9444

Text Example


Text Example

White with #BC9444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9444; }

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

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

background-color css

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

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

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

border-color css

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

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

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