Html Css Color HEX #BF765C Japonica

📋 copy color: '#BF765C'

red 191 ◦ green 118 ◦ blue 92

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

Shades of Japonica #BF765C

Tints of Japonica #BF765C

RGB

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

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

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

R = 47.63%
G = 29.43%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF765C (or 0xBF765C) is known color: Japonica. HEX triplet: BF, 76 and 5C. RGB value is (191,118,92). Sum of RGB (Red+Green+Blue) = 191+118+92=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF765C is #4089A3. Grayscale: #898989. Windows color (decimal): -4229540 or 6059711. OLE color: 6059711.

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

Color convert

RGB 191 118 92 -
CMYK 0 0.38 0.52 0.25
HSL 15.76º 0.44% 0.55% -
HSV(B) 15.76º 0.52% 0.75% -
XYZ 29.9 24.81 13.34 -
YUV 136.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 191 118 92 0 0.38 0.52 0.25 15.76 0.44 0.55
Hex BF 76 5C 0 26 34 19 10 2C 37
Octal 277 166 134 0 46 64 31 20 54 67
Binary 10111111 1110110 1011100 0 100110 110100 11001 10000 101100 110111

Color Harmonies of #BF765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF765C

Black with #BF765C

Text Example


Text Example

White with #BF765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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