Html Css Color HEX #B07F75 Brandy Rose

📋 copy color: '#B07F75'

red 176 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #B07F75

Tints of Brandy Rose #B07F75

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 41.9%
G = 30.24%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B07F75 (or 0xB07F75) is known color: Brandy Rose. HEX triplet: B0, 7F and 75. RGB value is (176,127,117). Sum of RGB (Red+Green+Blue) = 176+127+117=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F75 is #4F808A. Grayscale: #8C8C8C. Windows color (decimal): -5210251 or 7700400. OLE color: 7700400.

HSL color Cylindrical-coordinate representation of color #B07F75: hue angle of 10.17º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07F75 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 117 -
CMYK 0 0.28 0.34 0.31
HSL 10.17º 0.27% 0.57% -
HSV(B) 10.17º 0.34% 0.69% -
XYZ 28.7 25.69 20.28 -
YUV 140.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 176 127 117 0 0.28 0.34 0.31 10.17 0.27 0.57
Hex B0 7F 75 0 1C 22 1F A 1B 39
Octal 260 177 165 0 34 42 37 12 33 71
Binary 10110000 1111111 1110101 0 11100 100010 11111 1010 11011 111001

Color Harmonies of #B07F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F75

Black with #B07F75

Text Example


Text Example

White with #B07F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F75; }

 p { color: rgb(176,127,117); }

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

background-color css

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

 a { background-color: rgb(176,127,117); }

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

border-color css

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

 span { border-color: rgb(176,127,117); }

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