Html Css Color HEX #B07B71 Brandy Rose

📋 copy color: '#B07B71'

red 176 ◦ green 123 ◦ blue 113

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

Shades of Brandy Rose #B07B71

Tints of Brandy Rose #B07B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 42.72%
G = 29.85%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B07B71 (or 0xB07B71) is known color: Brandy Rose. HEX triplet: B0, 7B and 71. RGB value is (176,123,113). Sum of RGB (Red+Green+Blue) = 176+123+113=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B71 is #4F848E. Grayscale: #898989. Windows color (decimal): -5211279 or 7437232. OLE color: 7437232.

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

Color convert

RGB 176 123 113 -
CMYK 0 0.30 0.36 0.31
HSL 9.52º 0.29% 0.57% -
HSV(B) 9.52º 0.36% 0.69% -
XYZ 27.97 24.59 18.89 -
YUV 137.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 176 123 113 0 0.30 0.36 0.31 9.52 0.29 0.57
Hex B0 7B 71 0 1E 24 1F A 1D 39
Octal 260 173 161 0 36 44 37 12 35 71
Binary 10110000 1111011 1110001 0 11110 100100 11111 1010 11101 111001

Color Harmonies of #B07B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B71

Black with #B07B71

Text Example


Text Example

White with #B07B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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