Html Css Color HEX #B97F67 Brandy Rose

📋 copy color: '#B97F67'

red 185 ◦ green 127 ◦ blue 103

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

Shades of Brandy Rose #B97F67

Tints of Brandy Rose #B97F67

RGB

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

 GREEN value IS 127 (50% from 255) = 30.6%

 BLUE value IS 103 (40.63% from 255) = 24.82%

R = 44.58%
G = 30.6%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B97F67 (or 0xB97F67) is known color: Brandy Rose. HEX triplet: B9, 7F and 67. RGB value is (185,127,103). Sum of RGB (Red+Green+Blue) = 185+127+103=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F67 is #468098. Grayscale: #8D8D8D. Windows color (decimal): -4620441 or 6782905. OLE color: 6782905.

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

Color convert

RGB 185 127 103 -
CMYK 0 0.31 0.44 0.27
HSL 17.56º 0.37% 0.56% -
HSV(B) 17.56º 0.44% 0.73% -
XYZ 30.05 26.47 16.36 -
YUV 141.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 185 127 103 0 0.31 0.44 0.27 17.56 0.37 0.56
Hex B9 7F 67 0 1F 2C 1B 12 25 38
Octal 271 177 147 0 37 54 33 22 45 70
Binary 10111001 1111111 1100111 0 11111 101100 11011 10010 100101 111000

Color Harmonies of #B97F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F67

Black with #B97F67

Text Example


Text Example

White with #B97F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F67; }

 p { color: rgb(185,127,103); }

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

background-color css

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

 a { background-color: rgb(185,127,103); }

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

border-color css

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

 span { border-color: rgb(185,127,103); }

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