Html Css Color HEX #BC9340 Roti

📋 copy color: '#BC9340'

red 188 ◦ green 147 ◦ blue 64

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

Shades of Roti #BC9340

Tints of Roti #BC9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 47.12%
G = 36.84%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9340 (or 0xBC9340) is known color: Roti. HEX triplet: BC, 93 and 40. RGB value is (188,147,64). Sum of RGB (Red+Green+Blue) = 188+147+64=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9340 is #436CBF. Grayscale: #969696. Windows color (decimal): -4418752 or 4232124. OLE color: 4232124.

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

Color convert

RGB 188 147 64 -
CMYK 0 0.22 0.66 0.26
HSL 40.16º 0.49% 0.49% -
HSV(B) 40.16º 0.66% 0.74% -
XYZ 32.1 31.93 9.32 -
YUV 149.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 188 147 64 0 0.22 0.66 0.26 40.16 0.49 0.49
Hex BC 93 40 0 16 42 1A 28 31 31
Octal 274 223 100 0 26 102 32 50 61 61
Binary 10111100 10010011 1000000 0 10110 1000010 11010 101000 110001 110001

Color Harmonies of #BC9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9340

Black with #BC9340

Text Example


Text Example

White with #BC9340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9340; }

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

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

background-color css

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

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

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

border-color css

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

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

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