Html Css Color HEX #B07D6E Brandy Rose

📋 copy color: '#B07D6E'

red 176 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #B07D6E

Tints of Brandy Rose #B07D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 42.82%
G = 30.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B07D6E (or 0xB07D6E) is known color: Brandy Rose. HEX triplet: B0, 7D and 6E. RGB value is (176,125,110). Sum of RGB (Red+Green+Blue) = 176+125+110=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D6E is #4F8291. Grayscale: #8A8A8A. Windows color (decimal): -5210770 or 7241136. OLE color: 7241136.

HSL color Cylindrical-coordinate representation of color #B07D6E: hue angle of 13.64º degrees, saturation: 0.29, 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 #B07D6E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 125 110 -
CMYK 0 0.29 0.37 0.31
HSL 13.64º 0.29% 0.56% -
HSV(B) 13.64º 0.38% 0.69% -
XYZ 28.05 25.02 18.1 -
YUV 138.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 176 125 110 0 0.29 0.37 0.31 13.64 0.29 0.56
Hex B0 7D 6E 0 1D 25 1F E 1D 38
Octal 260 175 156 0 35 45 37 16 35 70
Binary 10110000 1111101 1101110 0 11101 100101 11111 1110 11101 111000

Color Harmonies of #B07D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D6E

Black with #B07D6E

Text Example


Text Example

White with #B07D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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