#BF9E3A

Color #BF9E3A Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BF9E3A

Tints of Roti #BF9E3A

Color information

#BF9E3A (or 0xBF9E3A) is unknown color: approx Roti. HEX triplet: BF, 9E and 3A. RGB value is (191,158,58). Sum of RGB (Red+Green+Blue) = 191+158+58=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E3A is #4061C5. Grayscale: #9C9C9C. Windows color (decimal): -4219334 or 3841727. OLE color: 3841727.

HSL color Cylindrical-coordinate representation of color #BF9E3A: hue angle of 45.11º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF9E3A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19115858-
CMYK00.170.700.25
HSL45.11º53.41%48.82%-
HSV(B)45.11º69.63%74.9%-
XYZ34.4835.849.1-
YUV156.4772.43152.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=46.93%
G=38.82%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911585800.170.700.2545.1153.4148.82
HexBF9E3A01146192d3531
Octal2772367202110631556561
Binary1011111110011110111010010001100011011001101101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E3A; }

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

 H1.HeaderClassName
 {
   color: #BF9E3A;
 }
 .AnyTagClassName
 {
   color: #BF9E3A;
 }
</style>
background-color css

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

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

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

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

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

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