Html Css Color HEX #BC9E3E Roti

📋 copy color: '#BC9E3E'

red 188 ◦ green 158 ◦ blue 62

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

Shades of Roti #BC9E3E

Tints of Roti #BC9E3E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

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

R = 46.08%
G = 38.73%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC9E3E (or 0xBC9E3E) is known color: Roti. HEX triplet: BC, 9E and 3E. RGB value is (188,158,62). Sum of RGB (Red+Green+Blue) = 188+158+62=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E3E is #4361C1. Grayscale: #9C9C9C. Windows color (decimal): -4415938 or 4103868. OLE color: 4103868.

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

Color convert

RGB 188 158 62 -
CMYK 0 0.16 0.67 0.26
HSL 45.71º 0.5% 0.49% -
HSV(B) 45.71º 0.67% 0.74% -
XYZ 33.84 35.49 9.62 -
YUV 156.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 188 158 62 0 0.16 0.67 0.26 45.71 0.5 0.49
Hex BC 9E 3E 0 10 43 1A 2E 32 31
Octal 274 236 76 0 20 103 32 56 62 61
Binary 10111100 10011110 111110 0 10000 1000011 11010 101110 110010 110001

Color Harmonies of #BC9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E3E

Black with #BC9E3E

Text Example


Text Example

White with #BC9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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