Html Css Color HEX #B07E7D Brandy Rose

📋 copy color: '#B07E7D'

red 176 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #B07E7D

Tints of Brandy Rose #B07E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 41.22%
G = 29.51%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B07E7D (or 0xB07E7D) is known color: Brandy Rose. HEX triplet: B0, 7E and 7D. RGB value is (176,126,125). Sum of RGB (Red+Green+Blue) = 176+126+125=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E7D is #4F8182. Grayscale: #8C8C8C. Windows color (decimal): -5210499 or 8224432. OLE color: 8224432.

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

Color convert

RGB 176 126 125 -
CMYK 0 0.28 0.29 0.31
HSL 1.18º 0.24% 0.59% -
HSV(B) 1.18º 0.29% 0.69% -
XYZ 29.07 25.63 22.82 -
YUV 140.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 176 126 125 0 0.28 0.29 0.31 1.18 0.24 0.59
Hex B0 7E 7D 0 1C 1D 1F 1 18 3B
Octal 260 176 175 0 34 35 37 1 30 73
Binary 10110000 1111110 1111101 0 11100 11101 11111 1 11000 111011

Color Harmonies of #B07E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E7D

Black with #B07E7D

Text Example


Text Example

White with #B07E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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