Html Css Color HEX #B97E69 Brandy Rose

📋 copy color: '#B97E69'

red 185 ◦ green 126 ◦ blue 105

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

Shades of Brandy Rose #B97E69

Tints of Brandy Rose #B97E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 44.47%
G = 30.29%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B97E69 (or 0xB97E69) is known color: Brandy Rose. HEX triplet: B9, 7E and 69. RGB value is (185,126,105). Sum of RGB (Red+Green+Blue) = 185+126+105=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E69 is #468196. Grayscale: #8D8D8D. Windows color (decimal): -4620695 or 6913721. OLE color: 6913721.

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

Color convert

RGB 185 126 105 -
CMYK 0 0.32 0.43 0.27
HSL 15.75º 0.36% 0.57% -
HSV(B) 15.75º 0.43% 0.73% -
XYZ 30.02 26.26 16.85 -
YUV 141.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 185 126 105 0 0.32 0.43 0.27 15.75 0.36 0.57
Hex B9 7E 69 0 20 2B 1B 10 24 39
Octal 271 176 151 0 40 53 33 20 44 71
Binary 10111001 1111110 1101001 0 100000 101011 11011 10000 100100 111001

Color Harmonies of #B97E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E69

Black with #B97E69

Text Example


Text Example

White with #B97E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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