Html Css Color HEX #B07E75 Brandy Rose

📋 copy color: '#B07E75'

red 176 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #B07E75

Tints of Brandy Rose #B07E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 42%
G = 30.07%
B = 27.92%

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

#B07E75 (or 0xB07E75) is known color: Brandy Rose. HEX triplet: B0, 7E and 75. RGB value is (176,126,117). Sum of RGB (Red+Green+Blue) = 176+126+117=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E75 is #4F818A. Grayscale: #8C8C8C. Windows color (decimal): -5210507 or 7700144. OLE color: 7700144.

HSL color Cylindrical-coordinate representation of color #B07E75: hue angle of 9.15º 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 #B07E75 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 117 -
CMYK 0 0.28 0.34 0.31
HSL 9.15º 0.27% 0.57% -
HSV(B) 9.15º 0.34% 0.69% -
XYZ 28.58 25.44 20.23 -
YUV 139.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 176 126 117 0 0.28 0.34 0.31 9.15 0.27 0.57
Hex B0 7E 75 0 1C 22 1F 9 1B 39
Octal 260 176 165 0 34 42 37 11 33 71
Binary 10110000 1111110 1110101 0 11100 100010 11111 1001 11011 111001

Color Harmonies of #B07E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E75

Black with #B07E75

Text Example


Text Example

White with #B07E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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