Html Css Color HEX #B97A70 Brandy Rose

📋 copy color: '#B97A70'

red 185 ◦ green 122 ◦ blue 112

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

Shades of Brandy Rose #B97A70

Tints of Brandy Rose #B97A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 44.15%
G = 29.12%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97A70 (or 0xB97A70) is known color: Brandy Rose. HEX triplet: B9, 7A and 70. RGB value is (185,122,112). Sum of RGB (Red+Green+Blue) = 185+122+112=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A70 is #46858F. Grayscale: #8B8B8B. Windows color (decimal): -4621712 or 7371449. OLE color: 7371449.

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

Color convert

RGB 185 122 112 -
CMYK 0 0.34 0.39 0.27
HSL 8.22º 0.34% 0.58% -
HSV(B) 8.22º 0.39% 0.73% -
XYZ 29.89 25.4 18.66 -
YUV 139.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 185 122 112 0 0.34 0.39 0.27 8.22 0.34 0.58
Hex B9 7A 70 0 22 27 1B 8 22 3A
Octal 271 172 160 0 42 47 33 10 42 72
Binary 10111001 1111010 1110000 0 100010 100111 11011 1000 100010 111010

Color Harmonies of #B97A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97A70

Black with #B97A70

Text Example


Text Example

White with #B97A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97A70; }

 p { color: rgb(185,122,112); }

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

background-color css

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

 a { background-color: rgb(185,122,112); }

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

border-color css

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

 span { border-color: rgb(185,122,112); }

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