Html Css Color HEX #BF745A Japonica

📋 copy color: '#BF745A'

red 191 ◦ green 116 ◦ blue 90

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

Shades of Japonica #BF745A

Tints of Japonica #BF745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 48.11%
G = 29.22%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF745A (or 0xBF745A) is known color: Japonica. HEX triplet: BF, 74 and 5A. RGB value is (191,116,90). Sum of RGB (Red+Green+Blue) = 191+116+90=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF745A is #408BA5. Grayscale: #878787. Windows color (decimal): -4230054 or 5928127. OLE color: 5928127.

HSL color Cylindrical-coordinate representation of color #BF745A: hue angle of 15.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF745A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 90 -
CMYK 0 0.39 0.53 0.25
HSL 15.45º 0.44% 0.55% -
HSV(B) 15.45º 0.53% 0.75% -
XYZ 29.58 24.31 12.81 -
YUV 135.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 191 116 90 0 0.39 0.53 0.25 15.45 0.44 0.55
Hex BF 74 5A 0 27 35 19 F 2C 37
Octal 277 164 132 0 47 65 31 17 54 67
Binary 10111111 1110100 1011010 0 100111 110101 11001 1111 101100 110111

Color Harmonies of #BF745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF745A

Black with #BF745A

Text Example


Text Example

White with #BF745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF745A; }

 p { color: rgb(191,116,90); }

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

background-color css

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

 a { background-color: rgb(191,116,90); }

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

border-color css

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

 span { border-color: rgb(191,116,90); }

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