Html Css Color HEX #BF765D Japonica

📋 copy color: '#BF765D'

red 191 ◦ green 118 ◦ blue 93

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

Shades of Japonica #BF765D

Tints of Japonica #BF765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 47.51%
G = 29.35%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF765D (or 0xBF765D) is known color: Japonica. HEX triplet: BF, 76 and 5D. RGB value is (191,118,93). Sum of RGB (Red+Green+Blue) = 191+118+93=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF765D is #4089A2. Grayscale: #898989. Windows color (decimal): -4229539 or 6125247. OLE color: 6125247.

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

Color convert

RGB 191 118 93 -
CMYK 0 0.38 0.51 0.25
HSL 15.31º 0.43% 0.56% -
HSV(B) 15.31º 0.51% 0.75% -
XYZ 29.94 24.82 13.57 -
YUV 136.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 191 118 93 0 0.38 0.51 0.25 15.31 0.43 0.56
Hex BF 76 5D 0 26 33 19 F 2B 38
Octal 277 166 135 0 46 63 31 17 53 70
Binary 10111111 1110110 1011101 0 100110 110011 11001 1111 101011 111000

Color Harmonies of #BF765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF765D

Black with #BF765D

Text Example


Text Example

White with #BF765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF765D; }

 p { color: rgb(191,118,93); }

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

background-color css

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

 a { background-color: rgb(191,118,93); }

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

border-color css

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

 span { border-color: rgb(191,118,93); }

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