Html Css Color HEX #BC9E3A Roti

📋 copy color: '#BC9E3A'

red 188 ◦ green 158 ◦ blue 58

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

Shades of Roti #BC9E3A

Tints of Roti #BC9E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 46.53%
G = 39.11%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC9E3A (or 0xBC9E3A) is known color: Roti. HEX triplet: BC, 9E and 3A. RGB value is (188,158,58). Sum of RGB (Red+Green+Blue) = 188+158+58=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E3A is #4361C5. Grayscale: #9C9C9C. Windows color (decimal): -4415942 or 3841724. OLE color: 3841724.

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

Color convert

RGB 188 158 58 -
CMYK 0 0.16 0.69 0.26
HSL 46.15º 0.53% 0.48% -
HSV(B) 46.15º 0.69% 0.74% -
XYZ 33.73 35.45 9.07 -
YUV 155.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 188 158 58 0 0.16 0.69 0.26 46.15 0.53 0.48
Hex BC 9E 3A 0 10 45 1A 2E 35 30
Octal 274 236 72 0 20 105 32 56 65 60
Binary 10111100 10011110 111010 0 10000 1000101 11010 101110 110101 110000

Color Harmonies of #BC9E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E3A

Black with #BC9E3A

Text Example


Text Example

White with #BC9E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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