Html Css Color HEX #B97E67 Brandy Rose

📋 copy color: '#B97E67'

red 185 ◦ green 126 ◦ blue 103

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

Shades of Brandy Rose #B97E67

Tints of Brandy Rose #B97E67

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

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

R = 44.69%
G = 30.43%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B97E67 (or 0xB97E67) is known color: Brandy Rose. HEX triplet: B9, 7E and 67. RGB value is (185,126,103). Sum of RGB (Red+Green+Blue) = 185+126+103=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E67 is #468198. Grayscale: #8D8D8D. Windows color (decimal): -4620697 or 6782649. OLE color: 6782649.

HSL color Cylindrical-coordinate representation of color #B97E67: hue angle of 16.83º 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 #B97E67 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 103 -
CMYK 0 0.32 0.44 0.27
HSL 16.83º 0.37% 0.56% -
HSV(B) 16.83º 0.44% 0.73% -
XYZ 29.92 26.22 16.32 -
YUV 141.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 185 126 103 0 0.32 0.44 0.27 16.83 0.37 0.56
Hex B9 7E 67 0 20 2C 1B 11 25 38
Octal 271 176 147 0 40 54 33 21 45 70
Binary 10111001 1111110 1100111 0 100000 101100 11011 10001 100101 111000

Color Harmonies of #B97E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E67

Black with #B97E67

Text Example


Text Example

White with #B97E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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