Html Css Color HEX #B97D74 Brandy Rose

📋 copy color: '#B97D74'

red 185 ◦ green 125 ◦ blue 116

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

Shades of Brandy Rose #B97D74

Tints of Brandy Rose #B97D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 43.43%
G = 29.34%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B97D74 (or 0xB97D74) is known color: Brandy Rose. HEX triplet: B9, 7D and 74. RGB value is (185,125,116). Sum of RGB (Red+Green+Blue) = 185+125+116=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D74 is #46828B. Grayscale: #8E8E8E. Windows color (decimal): -4620940 or 7634361. OLE color: 7634361.

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

Color convert

RGB 185 125 116 -
CMYK 0 0.32 0.37 0.27
HSL 7.83º 0.33% 0.59% -
HSV(B) 7.83º 0.37% 0.73% -
XYZ 30.49 26.24 19.98 -
YUV 141.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 185 125 116 0 0.32 0.37 0.27 7.83 0.33 0.59
Hex B9 7D 74 0 20 25 1B 8 21 3B
Octal 271 175 164 0 40 45 33 10 41 73
Binary 10111001 1111101 1110100 0 100000 100101 11011 1000 100001 111011

Color Harmonies of #B97D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D74

Black with #B97D74

Text Example


Text Example

White with #B97D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D74; }

 p { color: rgb(185,125,116); }

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

background-color css

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

 a { background-color: rgb(185,125,116); }

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

border-color css

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

 span { border-color: rgb(185,125,116); }

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