Html Css Color HEX #B97B73 Brandy Rose

📋 copy color: '#B97B73'

red 185 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #B97B73

Tints of Brandy Rose #B97B73

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

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

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

R = 43.74%
G = 29.08%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97B73 (or 0xB97B73) is known color: Brandy Rose. HEX triplet: B9, 7B and 73. RGB value is (185,123,115). Sum of RGB (Red+Green+Blue) = 185+123+115=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B73 is #46848C. Grayscale: #8C8C8C. Windows color (decimal): -4621453 or 7568313. OLE color: 7568313.

HSL color Cylindrical-coordinate representation of color #B97B73: hue angle of 6.86º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97B73 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 115 -
CMYK 0 0.34 0.38 0.27
HSL 6.86º 0.33% 0.59% -
HSV(B) 6.86º 0.38% 0.73% -
XYZ 30.19 25.72 19.59 -
YUV 140.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 185 123 115 0 0.34 0.38 0.27 6.86 0.33 0.59
Hex B9 7B 73 0 22 26 1B 7 21 3B
Octal 271 173 163 0 42 46 33 7 41 73
Binary 10111001 1111011 1110011 0 100010 100110 11011 111 100001 111011

Color Harmonies of #B97B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B73

Black with #B97B73

Text Example


Text Example

White with #B97B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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