Html Css Color HEX #BF715C Japonica

📋 copy color: '#BF715C'

red 191 ◦ green 113 ◦ blue 92

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

Shades of Japonica #BF715C

Tints of Japonica #BF715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.54%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 48.23%
G = 28.54%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF715C (or 0xBF715C) is known color: Japonica. HEX triplet: BF, 71 and 5C. RGB value is (191,113,92). Sum of RGB (Red+Green+Blue) = 191+113+92=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF715C is #408EA3. Grayscale: #868686. Windows color (decimal): -4230820 or 6058431. OLE color: 6058431.

HSL color Cylindrical-coordinate representation of color #BF715C: hue angle of 12.73º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF715C is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 113 92 -
CMYK 0 0.41 0.52 0.25
HSL 12.73º 0.44% 0.55% -
HSV(B) 12.73º 0.52% 0.75% -
XYZ 29.32 23.66 13.15 -
YUV 133.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 191 113 92 0 0.41 0.52 0.25 12.73 0.44 0.55
Hex BF 71 5C 0 29 34 19 D 2C 37
Octal 277 161 134 0 51 64 31 15 54 67
Binary 10111111 1110001 1011100 0 101001 110100 11001 1101 101100 110111

Color Harmonies of #BF715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF715C

Black with #BF715C

Text Example


Text Example

White with #BF715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF715C; }

 p { color: rgb(191,113,92); }

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

background-color css

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

 a { background-color: rgb(191,113,92); }

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

border-color css

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

 span { border-color: rgb(191,113,92); }

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