Html Css Color HEX #B07B73 Brandy Rose

📋 copy color: '#B07B73'

red 176 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #B07B73

Tints of Brandy Rose #B07B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 42.51%
G = 29.71%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B07B73 (or 0xB07B73) is known color: Brandy Rose. HEX triplet: B0, 7B and 73. RGB value is (176,123,115). Sum of RGB (Red+Green+Blue) = 176+123+115=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B73 is #4F848C. Grayscale: #8A8A8A. Windows color (decimal): -5211277 or 7568304. OLE color: 7568304.

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

Color convert

RGB 176 123 115 -
CMYK 0 0.30 0.35 0.31
HSL 7.87º 0.28% 0.57% -
HSV(B) 7.87º 0.35% 0.69% -
XYZ 28.08 24.63 19.49 -
YUV 137.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 176 123 115 0 0.30 0.35 0.31 7.87 0.28 0.57
Hex B0 7B 73 0 1E 23 1F 8 1C 39
Octal 260 173 163 0 36 43 37 10 34 71
Binary 10110000 1111011 1110011 0 11110 100011 11111 1000 11100 111001

Color Harmonies of #B07B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B73

Black with #B07B73

Text Example


Text Example

White with #B07B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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