Html Css Color HEX #BC943E Roti

📋 copy color: '#BC943E'

red 188 ◦ green 148 ◦ blue 62

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

Shades of Roti #BC943E

Tints of Roti #BC943E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.58%

R = 47.24%
G = 37.19%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC943E (or 0xBC943E) is known color: Roti. HEX triplet: BC, 94 and 3E. RGB value is (188,148,62). Sum of RGB (Red+Green+Blue) = 188+148+62=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC943E is #436BC1. Grayscale: #969696. Windows color (decimal): -4418498 or 4101308. OLE color: 4101308.

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

Color convert

RGB 188 148 62 -
CMYK 0 0.21 0.67 0.26
HSL 40.95º 0.5% 0.49% -
HSV(B) 40.95º 0.67% 0.74% -
XYZ 32.2 32.22 9.08 -
YUV 150.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 188 148 62 0 0.21 0.67 0.26 40.95 0.5 0.49
Hex BC 94 3E 0 15 43 1A 29 32 31
Octal 274 224 76 0 25 103 32 51 62 61
Binary 10111100 10010100 111110 0 10101 1000011 11010 101001 110010 110001

Color Harmonies of #BC943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC943E

Black with #BC943E

Text Example


Text Example

White with #BC943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC943E; }

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

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

background-color css

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

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

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

border-color css

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

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

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