Html Css Color HEX #B78C7A Brandy Rose

📋 copy color: '#B78C7A'

red 183 ◦ green 140 ◦ blue 122

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

Shades of Brandy Rose #B78C7A

Tints of Brandy Rose #B78C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 41.12%
G = 31.46%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B78C7A (or 0xB78C7A) is known color: Brandy Rose. HEX triplet: B7, 8C and 7A. RGB value is (183,140,122). Sum of RGB (Red+Green+Blue) = 183+140+122=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C7A is #487385. Grayscale: #969696. Windows color (decimal): -4748166 or 8031415. OLE color: 8031415.

HSL color Cylindrical-coordinate representation of color #B78C7A: hue angle of 17.7º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B78C7A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 122 -
CMYK 0 0.23 0.33 0.28
HSL 17.7º 0.3% 0.6% -
HSV(B) 17.7º 0.33% 0.72% -
XYZ 32.42 30.23 22.54 -
YUV 150.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 183 140 122 0 0.23 0.33 0.28 17.7 0.3 0.6
Hex B7 8C 7A 0 17 21 1C 12 1E 3C
Octal 267 214 172 0 27 41 34 22 36 74
Binary 10110111 10001100 1111010 0 10111 100001 11100 10010 11110 111100

Color Harmonies of #B78C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C7A

Black with #B78C7A

Text Example


Text Example

White with #B78C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C7A; }

 p { color: rgb(183,140,122); }

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

background-color css

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

 a { background-color: rgb(183,140,122); }

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

border-color css

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

 span { border-color: rgb(183,140,122); }

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