Html Css Color HEX #BC9940 Roti

📋 copy color: '#BC9940'

red 188 ◦ green 153 ◦ blue 64

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

Shades of Roti #BC9940

Tints of Roti #BC9940

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 46.42%
G = 37.78%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9940 (or 0xBC9940) is known color: Roti. HEX triplet: BC, 99 and 40. RGB value is (188,153,64). Sum of RGB (Red+Green+Blue) = 188+153+64=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9940 is #4366BF. Grayscale: #999999. Windows color (decimal): -4417216 or 4233660. OLE color: 4233660.

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

Color convert

RGB 188 153 64 -
CMYK 0 0.19 0.66 0.26
HSL 43.06º 0.49% 0.49% -
HSV(B) 43.06º 0.66% 0.74% -
XYZ 33.06 33.84 9.64 -
YUV 153.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 188 153 64 0 0.19 0.66 0.26 43.06 0.49 0.49
Hex BC 99 40 0 13 42 1A 2B 31 31
Octal 274 231 100 0 23 102 32 53 61 61
Binary 10111100 10011001 1000000 0 10011 1000010 11010 101011 110001 110001

Color Harmonies of #BC9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9940

Black with #BC9940

Text Example


Text Example

White with #BC9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9940; }

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

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

background-color css

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

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

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

border-color css

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

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

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