Html Css Color HEX #BF785B Japonica

📋 copy color: '#BF785B'

red 191 ◦ green 120 ◦ blue 91

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

Shades of Japonica #BF785B

Tints of Japonica #BF785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 47.51%
G = 29.85%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF785B (or 0xBF785B) is known color: Japonica. HEX triplet: BF, 78 and 5B. RGB value is (191,120,91). Sum of RGB (Red+Green+Blue) = 191+120+91=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785B is #4087A4. Grayscale: #8A8A8A. Windows color (decimal): -4229029 or 5994687. OLE color: 5994687.

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

Color convert

RGB 191 120 91 -
CMYK 0 0.37 0.52 0.25
HSL 17.4º 0.44% 0.55% -
HSV(B) 17.4º 0.52% 0.75% -
XYZ 30.09 25.26 13.19 -
YUV 137.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 191 120 91 0 0.37 0.52 0.25 17.4 0.44 0.55
Hex BF 78 5B 0 25 34 19 11 2C 37
Octal 277 170 133 0 45 64 31 21 54 67
Binary 10111111 1111000 1011011 0 100101 110100 11001 10001 101100 110111

Color Harmonies of #BF785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF785B

Black with #BF785B

Text Example


Text Example

White with #BF785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF785B; }

 p { color: rgb(191,120,91); }

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

background-color css

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

 a { background-color: rgb(191,120,91); }

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

border-color css

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

 span { border-color: rgb(191,120,91); }

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