Html Css Color HEX #BC9442 Roti

📋 copy color: '#BC9442'

red 188 ◦ green 148 ◦ blue 66

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

Shades of Roti #BC9442

Tints of Roti #BC9442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.42%

R = 46.77%
G = 36.82%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC9442 (or 0xBC9442) is known color: Roti. HEX triplet: BC, 94 and 42. RGB value is (188,148,66). Sum of RGB (Red+Green+Blue) = 188+148+66=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9442 is #436BBD. Grayscale: #969696. Windows color (decimal): -4418494 or 4363452. OLE color: 4363452.

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

Color convert

RGB 188 148 66 -
CMYK 0 0.21 0.65 0.26
HSL 40.33º 0.48% 0.5% -
HSV(B) 40.33º 0.65% 0.74% -
XYZ 32.31 32.26 9.68 -
YUV 150.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 188 148 66 0 0.21 0.65 0.26 40.33 0.48 0.5
Hex BC 94 42 0 15 41 1A 28 30 32
Octal 274 224 102 0 25 101 32 50 60 62
Binary 10111100 10010100 1000010 0 10101 1000001 11010 101000 110000 110010

Color Harmonies of #BC9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9442

Black with #BC9442

Text Example


Text Example

White with #BC9442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9442; }

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

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

background-color css

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

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

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

border-color css

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

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

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