Html Css Color HEX #B98F7F Brandy Rose

📋 copy color: '#B98F7F'

red 185 ◦ green 143 ◦ blue 127

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

Shades of Brandy Rose #B98F7F

Tints of Brandy Rose #B98F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.43%

 BLUE value IS 127 (50% from 255) = 27.91%

R = 40.66%
G = 31.43%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B98F7F (or 0xB98F7F) is known color: Brandy Rose. HEX triplet: B9, 8F and 7F. RGB value is (185,143,127). Sum of RGB (Red+Green+Blue) = 185+143+127=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F7F is #467080. Grayscale: #999999. Windows color (decimal): -4616321 or 8359865. OLE color: 8359865.

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

Color convert

RGB 185 143 127 -
CMYK 0 0.23 0.31 0.27
HSL 16.55º 0.29% 0.61% -
HSV(B) 16.55º 0.31% 0.73% -
XYZ 33.66 31.49 24.38 -
YUV 153.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 185 143 127 0 0.23 0.31 0.27 16.55 0.29 0.61
Hex B9 8F 7F 0 17 1F 1B 11 1D 3D
Octal 271 217 177 0 27 37 33 21 35 75
Binary 10111001 10001111 1111111 0 10111 11111 11011 10001 11101 111101

Color Harmonies of #B98F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F7F

Black with #B98F7F

Text Example


Text Example

White with #B98F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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