Html Css Color HEX #BF7B5C Japonica

📋 copy color: '#BF7B5C'

red 191 ◦ green 123 ◦ blue 92

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

Shades of Japonica #BF7B5C

Tints of Japonica #BF7B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 47.04%
G = 30.3%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF7B5C (or 0xBF7B5C) is known color: Japonica. HEX triplet: BF, 7B and 5C. RGB value is (191,123,92). Sum of RGB (Red+Green+Blue) = 191+123+92=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B5C is #4084A3. Grayscale: #8B8B8B. Windows color (decimal): -4228260 or 6060991. OLE color: 6060991.

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

Color convert

RGB 191 123 92 -
CMYK 0 0.36 0.52 0.25
HSL 18.79º 0.44% 0.55% -
HSV(B) 18.79º 0.52% 0.75% -
XYZ 30.5 26.01 13.54 -
YUV 139.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 191 123 92 0 0.36 0.52 0.25 18.79 0.44 0.55
Hex BF 7B 5C 0 24 34 19 13 2C 37
Octal 277 173 134 0 44 64 31 23 54 67
Binary 10111111 1111011 1011100 0 100100 110100 11001 10011 101100 110111

Color Harmonies of #BF7B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B5C

Black with #BF7B5C

Text Example


Text Example

White with #BF7B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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