Html Css Color HEX #BF735F Contessa

📋 copy color: '#BF735F'

red 191 ◦ green 115 ◦ blue 95

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

Shades of Contessa #BF735F

Tints of Contessa #BF735F

RGB

 RED value IS 191 (75% from 255) = 47.63%

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 47.63%
G = 28.68%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF735F (or 0xBF735F) is known color: Contessa. HEX triplet: BF, 73 and 5F. RGB value is (191,115,95). Sum of RGB (Red+Green+Blue) = 191+115+95=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF735F is #408CA0. Grayscale: #878787. Windows color (decimal): -4230305 or 6255551. OLE color: 6255551.

HSL color Cylindrical-coordinate representation of color #BF735F: hue angle of 12.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF735F is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 95 -
CMYK 0 0.40 0.50 0.25
HSL 12.5º 0.43% 0.56% -
HSV(B) 12.5º 0.5% 0.75% -
XYZ 29.68 24.16 13.93 -
YUV 135.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 191 115 95 0 0.40 0.50 0.25 12.5 0.43 0.56
Hex BF 73 5F 0 28 32 19 C 2B 38
Octal 277 163 137 0 50 62 31 14 53 70
Binary 10111111 1110011 1011111 0 101000 110010 11001 1100 101011 111000

Color Harmonies of #BF735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF735F

Black with #BF735F

Text Example


Text Example

White with #BF735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF735F; }

 p { color: rgb(191,115,95); }

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

background-color css

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

 a { background-color: rgb(191,115,95); }

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

border-color css

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

 span { border-color: rgb(191,115,95); }

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