Html Css Color HEX #B78069 Brandy Rose

📋 copy color: '#B78069'

red 183 ◦ green 128 ◦ blue 105

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

Shades of Brandy Rose #B78069

Tints of Brandy Rose #B78069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.77%

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

R = 43.99%
G = 30.77%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B78069 (or 0xB78069) is known color: Brandy Rose. HEX triplet: B7, 80 and 69. RGB value is (183,128,105). Sum of RGB (Red+Green+Blue) = 183+128+105=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78069 is #487F96. Grayscale: #8D8D8D. Windows color (decimal): -4751255 or 6914231. OLE color: 6914231.

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

Color convert

RGB 183 128 105 -
CMYK 0 0.30 0.43 0.28
HSL 17.69º 0.35% 0.56% -
HSV(B) 17.69º 0.43% 0.72% -
XYZ 29.8 26.53 16.91 -
YUV 141.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 183 128 105 0 0.30 0.43 0.28 17.69 0.35 0.56
Hex B7 80 69 0 1E 2B 1C 12 23 38
Octal 267 200 151 0 36 53 34 22 43 70
Binary 10110111 10000000 1101001 0 11110 101011 11100 10010 100011 111000

Color Harmonies of #B78069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78069

Black with #B78069

Text Example


Text Example

White with #B78069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78069; }

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

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

background-color css

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

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

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

border-color css

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

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

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