Html Css Color HEX #BF705C Japonica

📋 copy color: '#BF705C'

red 191 ◦ green 112 ◦ blue 92

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

Shades of Japonica #BF705C

Tints of Japonica #BF705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 48.35%
G = 28.35%
B = 23.29%

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

#BF705C (or 0xBF705C) is known color: Japonica. HEX triplet: BF, 70 and 5C. RGB value is (191,112,92). Sum of RGB (Red+Green+Blue) = 191+112+92=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF705C is #408FA3. Grayscale: #858585. Windows color (decimal): -4231076 or 6058175. OLE color: 6058175.

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

Color convert

RGB 191 112 92 -
CMYK 0 0.41 0.52 0.25
HSL 12.12º 0.44% 0.55% -
HSV(B) 12.12º 0.52% 0.75% -
XYZ 29.21 23.44 13.11 -
YUV 133.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 191 112 92 0 0.41 0.52 0.25 12.12 0.44 0.55
Hex BF 70 5C 0 29 34 19 C 2C 37
Octal 277 160 134 0 51 64 31 14 54 67
Binary 10111111 1110000 1011100 0 101001 110100 11001 1100 101100 110111

Color Harmonies of #BF705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF705C

Black with #BF705C

Text Example


Text Example

White with #BF705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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