#BF9C3B

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

Shades of Roti #BF9C3B

Tints of Roti #BF9C3B

Color information

#BF9C3B (or 0xBF9C3B) is unknown color: approx Roti. HEX triplet: BF, 9C and 3B. RGB value is (191,156,59). Sum of RGB (Red+Green+Blue) = 191+156+59=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C3B is #4063C4. Grayscale: #9B9B9B. Windows color (decimal): -4219845 or 3906751. OLE color: 3906751.

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

Color convert

RGB19115659-
CMYK00.180.690.25
HSL44.09º52.8%49.02%-
HSV(B)44.09º69.11%74.9%-
XYZ34.1635.179.13-
YUV155.4173.6153.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 59 (23.44% from 255) = 14.53%
R=47.04%
G=38.42%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911565900.180.690.2544.0952.849.02
HexBF9C3B01245192c3531
Octal2772347302210531546561
Binary1011111110011100111011010010100010111001101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C3B; }

 p { color: rgb(191,156,59); }

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

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

 a { background-color: rgb(191,156,59); }

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

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

 span { border-color: rgb(191,156,59); }

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