Html Css Color HEX #BC963E Roti

📋 copy color: '#BC963E'

red 188 ◦ green 150 ◦ blue 62

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

Shades of Roti #BC963E

Tints of Roti #BC963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 47%
G = 37.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC963E (or 0xBC963E) is known color: Roti. HEX triplet: BC, 96 and 3E. RGB value is (188,150,62). Sum of RGB (Red+Green+Blue) = 188+150+62=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC963E is #4369C1. Grayscale: #979797. Windows color (decimal): -4417986 or 4101820. OLE color: 4101820.

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

Color convert

RGB 188 150 62 -
CMYK 0 0.20 0.67 0.26
HSL 41.9º 0.5% 0.49% -
HSV(B) 41.9º 0.67% 0.74% -
XYZ 32.51 32.85 9.18 -
YUV 151.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 188 150 62 0 0.20 0.67 0.26 41.9 0.5 0.49
Hex BC 96 3E 0 14 43 1A 2A 32 31
Octal 274 226 76 0 24 103 32 52 62 61
Binary 10111100 10010110 111110 0 10100 1000011 11010 101010 110010 110001

Color Harmonies of #BC963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC963E

Black with #BC963E

Text Example


Text Example

White with #BC963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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