Html Css Color HEX #BF765E Japonica

📋 copy color: '#BF765E'

red 191 ◦ green 118 ◦ blue 94

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

Shades of Japonica #BF765E

Tints of Japonica #BF765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 47.39%
G = 29.28%
B = 23.33%

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

#BF765E (or 0xBF765E) is known color: Japonica. HEX triplet: BF, 76 and 5E. RGB value is (191,118,94). Sum of RGB (Red+Green+Blue) = 191+118+94=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF765E is #4089A1. Grayscale: #898989. Windows color (decimal): -4229538 or 6190783. OLE color: 6190783.

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

Color convert

RGB 191 118 94 -
CMYK 0 0.38 0.51 0.25
HSL 14.85º 0.43% 0.56% -
HSV(B) 14.85º 0.51% 0.75% -
XYZ 29.98 24.84 13.8 -
YUV 137.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 191 118 94 0 0.38 0.51 0.25 14.85 0.43 0.56
Hex BF 76 5E 0 26 33 19 F 2B 38
Octal 277 166 136 0 46 63 31 17 53 70
Binary 10111111 1110110 1011110 0 100110 110011 11001 1111 101011 111000

Color Harmonies of #BF765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF765E

Black with #BF765E

Text Example


Text Example

White with #BF765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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