Html Css Color HEX #BF755C Japonica

📋 copy color: '#BF755C'

red 191 ◦ green 117 ◦ blue 92

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

Shades of Japonica #BF755C

Tints of Japonica #BF755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

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

R = 47.75%
G = 29.25%
B = 23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF755C (or 0xBF755C) is known color: Japonica. HEX triplet: BF, 75 and 5C. RGB value is (191,117,92). Sum of RGB (Red+Green+Blue) = 191+117+92=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF755C is #408AA3. Grayscale: #888888. Windows color (decimal): -4229796 or 6059455. OLE color: 6059455.

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

Color convert

RGB 191 117 92 -
CMYK 0 0.39 0.52 0.25
HSL 15.15º 0.44% 0.55% -
HSV(B) 15.15º 0.52% 0.75% -
XYZ 29.78 24.57 13.3 -
YUV 136.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 191 117 92 0 0.39 0.52 0.25 15.15 0.44 0.55
Hex BF 75 5C 0 27 34 19 F 2C 37
Octal 277 165 134 0 47 64 31 17 54 67
Binary 10111111 1110101 1011100 0 100111 110100 11001 1111 101100 110111

Color Harmonies of #BF755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF755C

Black with #BF755C

Text Example


Text Example

White with #BF755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF755C; }

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

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

background-color css

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

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

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

border-color css

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

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

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