Html Css Color HEX #B77F69 Brandy Rose

📋 copy color: '#B77F69'

red 183 ◦ green 127 ◦ blue 105

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

Shades of Brandy Rose #B77F69

Tints of Brandy Rose #B77F69

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

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

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

R = 44.1%
G = 30.6%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B77F69 (or 0xB77F69) is known color: Brandy Rose. HEX triplet: B7, 7F and 69. RGB value is (183,127,105). Sum of RGB (Red+Green+Blue) = 183+127+105=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F69 is #488096. Grayscale: #8D8D8D. Windows color (decimal): -4751511 or 6913975. OLE color: 6913975.

HSL color Cylindrical-coordinate representation of color #B77F69: hue angle of 16.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77F69 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 105 -
CMYK 0 0.31 0.43 0.28
HSL 16.92º 0.35% 0.56% -
HSV(B) 16.92º 0.43% 0.72% -
XYZ 29.67 26.27 16.87 -
YUV 141.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 183 127 105 0 0.31 0.43 0.28 16.92 0.35 0.56
Hex B7 7F 69 0 1F 2B 1C 11 23 38
Octal 267 177 151 0 37 53 34 21 43 70
Binary 10110111 1111111 1101001 0 11111 101011 11100 10001 100011 111000

Color Harmonies of #B77F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F69

Black with #B77F69

Text Example


Text Example

White with #B77F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F69; }

 p { color: rgb(183,127,105); }

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

background-color css

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

 a { background-color: rgb(183,127,105); }

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

border-color css

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

 span { border-color: rgb(183,127,105); }

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