#BF9D3C

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

Shades of Roti #BF9D3C

Tints of Roti #BF9D3C

Color information

#BF9D3C (or 0xBF9D3C) is unknown color: approx Roti. HEX triplet: BF, 9D and 3C. RGB value is (191,157,60). Sum of RGB (Red+Green+Blue) = 191+157+60=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9D3C is #4062C3. Grayscale: #9C9C9C. Windows color (decimal): -4219588 or 3972543. OLE color: 3972543.

HSL color Cylindrical-coordinate representation of color #BF9D3C: hue angle of 44.43º degrees, saturation: 0.52, 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 #BF9D3C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19115760-
CMYK00.180.690.25
HSL44.43º52.19%49.22%-
HSV(B)44.43º68.59%74.9%-
XYZ34.3635.529.32-
YUV156.1173.76152.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=46.81%
G=38.48%
B=14.71%

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
Decimal1911576000.180.690.2544.4352.1949.22
HexBF9D3C01245192c3431
Octal2772357402210531546461
Binary1011111110011101111100010010100010111001101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D3C; }

 p { color: rgb(191,157,60); }

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

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

 a { background-color: rgb(191,157,60); }

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

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

 span { border-color: rgb(191,157,60); }

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