Html Css Color HEX #B07A75 Brandy Rose

📋 copy color: '#B07A75'

red 176 ◦ green 122 ◦ blue 117

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

Shades of Brandy Rose #B07A75

Tints of Brandy Rose #B07A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 42.41%
G = 29.4%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B07A75 (or 0xB07A75) is known color: Brandy Rose. HEX triplet: B0, 7A and 75. RGB value is (176,122,117). Sum of RGB (Red+Green+Blue) = 176+122+117=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A75 is #4F858A. Grayscale: #898989. Windows color (decimal): -5211531 or 7699120. OLE color: 7699120.

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

Color convert

RGB 176 122 117 -
CMYK 0 0.31 0.34 0.31
HSL 5.08º 0.27% 0.57% -
HSV(B) 5.08º 0.34% 0.69% -
XYZ 28.07 24.43 20.07 -
YUV 137.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 176 122 117 0 0.31 0.34 0.31 5.08 0.27 0.57
Hex B0 7A 75 0 1F 22 1F 5 1B 39
Octal 260 172 165 0 37 42 37 5 33 71
Binary 10110000 1111010 1110101 0 11111 100010 11111 101 11011 111001

Color Harmonies of #B07A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A75

Black with #B07A75

Text Example


Text Example

White with #B07A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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