Html Css Color HEX #BC9F3A Roti

📋 copy color: '#BC9F3A'

red 188 ◦ green 159 ◦ blue 58

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

Shades of Roti #BC9F3A

Tints of Roti #BC9F3A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

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

R = 46.42%
G = 39.26%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC9F3A (or 0xBC9F3A) is known color: Roti. HEX triplet: BC, 9F and 3A. RGB value is (188,159,58). Sum of RGB (Red+Green+Blue) = 188+159+58=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F3A is #4360C5. Grayscale: #9C9C9C. Windows color (decimal): -4415686 or 3841980. OLE color: 3841980.

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

Color convert

RGB 188 159 58 -
CMYK 0 0.15 0.69 0.26
HSL 46.62º 0.53% 0.48% -
HSV(B) 46.62º 0.69% 0.74% -
XYZ 33.9 35.79 9.12 -
YUV 156.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 188 159 58 0 0.15 0.69 0.26 46.62 0.53 0.48
Hex BC 9F 3A 0 F 45 1A 2F 35 30
Octal 274 237 72 0 17 105 32 57 65 60
Binary 10111100 10011111 111010 0 1111 1000101 11010 101111 110101 110000

Color Harmonies of #BC9F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F3A

Black with #BC9F3A

Text Example


Text Example

White with #BC9F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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