Html Css Color HEX #B77C69 Brandy Rose

📋 copy color: '#B77C69'

red 183 ◦ green 124 ◦ blue 105

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

Shades of Brandy Rose #B77C69

Tints of Brandy Rose #B77C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

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

R = 44.42%
G = 30.1%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B77C69 (or 0xB77C69) is known color: Brandy Rose. HEX triplet: B7, 7C and 69. RGB value is (183,124,105). Sum of RGB (Red+Green+Blue) = 183+124+105=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C69 is #488396. Grayscale: #8B8B8B. Windows color (decimal): -4752279 or 6913207. OLE color: 6913207.

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

Color convert

RGB 183 124 105 -
CMYK 0 0.32 0.43 0.28
HSL 14.62º 0.35% 0.56% -
HSV(B) 14.62º 0.43% 0.72% -
XYZ 29.29 25.5 16.74 -
YUV 139.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 183 124 105 0 0.32 0.43 0.28 14.62 0.35 0.56
Hex B7 7C 69 0 20 2B 1C F 23 38
Octal 267 174 151 0 40 53 34 17 43 70
Binary 10110111 1111100 1101001 0 100000 101011 11100 1111 100011 111000

Color Harmonies of #B77C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C69

Black with #B77C69

Text Example


Text Example

White with #B77C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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