Html Css Color HEX #BC9E3C Roti

📋 copy color: '#BC9E3C'

red 188 ◦ green 158 ◦ blue 60

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

Shades of Roti #BC9E3C

Tints of Roti #BC9E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 46.31%
G = 38.92%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC9E3C (or 0xBC9E3C) is known color: Roti. HEX triplet: BC, 9E and 3C. RGB value is (188,158,60). Sum of RGB (Red+Green+Blue) = 188+158+60=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E3C is #4361C3. Grayscale: #9C9C9C. Windows color (decimal): -4415940 or 3972796. OLE color: 3972796.

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

Color convert

RGB 188 158 60 -
CMYK 0 0.16 0.68 0.26
HSL 45.94º 0.52% 0.49% -
HSV(B) 45.94º 0.68% 0.74% -
XYZ 33.78 35.47 9.34 -
YUV 155.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 188 158 60 0 0.16 0.68 0.26 45.94 0.52 0.49
Hex BC 9E 3C 0 10 44 1A 2E 34 31
Octal 274 236 74 0 20 104 32 56 64 61
Binary 10111100 10011110 111100 0 10000 1000100 11010 101110 110100 110001

Color Harmonies of #BC9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E3C

Black with #BC9E3C

Text Example


Text Example

White with #BC9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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