Html Css Color HEX #B07E7B Brandy Rose

📋 copy color: '#B07E7B'

red 176 ◦ green 126 ◦ blue 123

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

Shades of Brandy Rose #B07E7B

Tints of Brandy Rose #B07E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 41.41%
G = 29.65%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B07E7B (or 0xB07E7B) is known color: Brandy Rose. HEX triplet: B0, 7E and 7B. RGB value is (176,126,123). Sum of RGB (Red+Green+Blue) = 176+126+123=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E7B is #4F8184. Grayscale: #8C8C8C. Windows color (decimal): -5210501 or 8093360. OLE color: 8093360.

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

Color convert

RGB 176 126 123 -
CMYK 0 0.28 0.30 0.31
HSL 3.4º 0.25% 0.59% -
HSV(B) 3.4º 0.3% 0.69% -
XYZ 28.94 25.58 22.15 -
YUV 140.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 176 126 123 0 0.28 0.30 0.31 3.4 0.25 0.59
Hex B0 7E 7B 0 1C 1E 1F 3 19 3B
Octal 260 176 173 0 34 36 37 3 31 73
Binary 10110000 1111110 1111011 0 11100 11110 11111 11 11001 111011

Color Harmonies of #B07E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E7B

Black with #B07E7B

Text Example


Text Example

White with #B07E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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