Html Css Color HEX #B07E6D Brandy Rose

📋 copy color: '#B07E6D'

red 176 ◦ green 126 ◦ blue 109

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

Shades of Brandy Rose #B07E6D

Tints of Brandy Rose #B07E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 42.82%
G = 30.66%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B07E6D (or 0xB07E6D) is known color: Brandy Rose. HEX triplet: B0, 7E and 6D. RGB value is (176,126,109). Sum of RGB (Red+Green+Blue) = 176+126+109=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E6D is #4F8192. Grayscale: #8B8B8B. Windows color (decimal): -5210515 or 7175856. OLE color: 7175856.

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

Color convert

RGB 176 126 109 -
CMYK 0 0.28 0.38 0.31
HSL 15.22º 0.3% 0.56% -
HSV(B) 15.22º 0.38% 0.69% -
XYZ 28.13 25.26 17.86 -
YUV 139.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 176 126 109 0 0.28 0.38 0.31 15.22 0.3 0.56
Hex B0 7E 6D 0 1C 26 1F F 1E 38
Octal 260 176 155 0 34 46 37 17 36 70
Binary 10110000 1111110 1101101 0 11100 100110 11111 1111 11110 111000

Color Harmonies of #B07E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E6D

Black with #B07E6D

Text Example


Text Example

White with #B07E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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