Html Css Color HEX #B07E72 Brandy Rose

📋 copy color: '#B07E72'

red 176 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #B07E72

Tints of Brandy Rose #B07E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 42.31%
G = 30.29%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B07E72 (or 0xB07E72) is known color: Brandy Rose. HEX triplet: B0, 7E and 72. RGB value is (176,126,114). Sum of RGB (Red+Green+Blue) = 176+126+114=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E72 is #4F818D. Grayscale: #8B8B8B. Windows color (decimal): -5210510 or 7503536. OLE color: 7503536.

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

Color convert

RGB 176 126 114 -
CMYK 0 0.28 0.35 0.31
HSL 11.61º 0.28% 0.57% -
HSV(B) 11.61º 0.35% 0.69% -
XYZ 28.4 25.37 19.32 -
YUV 139.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 176 126 114 0 0.28 0.35 0.31 11.61 0.28 0.57
Hex B0 7E 72 0 1C 23 1F C 1C 39
Octal 260 176 162 0 34 43 37 14 34 71
Binary 10110000 1111110 1110010 0 11100 100011 11111 1100 11100 111001

Color Harmonies of #B07E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E72

Black with #B07E72

Text Example


Text Example

White with #B07E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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