Html Css Color HEX #B78277 Brandy Rose

📋 copy color: '#B78277'

red 183 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #B78277

Tints of Brandy Rose #B78277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 42.36%
G = 30.09%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B78277 (or 0xB78277) is known color: Brandy Rose. HEX triplet: B7, 82 and 77. RGB value is (183,130,119). Sum of RGB (Red+Green+Blue) = 183+130+119=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B78277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78277 is #487D88. Grayscale: #909090. Windows color (decimal): -4750729 or 7832247. OLE color: 7832247.

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

Color convert

RGB 183 130 119 -
CMYK 0 0.29 0.35 0.28
HSL 10.31º 0.31% 0.59% -
HSV(B) 10.31º 0.35% 0.72% -
XYZ 30.84 27.36 21.11 -
YUV 144.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 183 130 119 0 0.29 0.35 0.28 10.31 0.31 0.59
Hex B7 82 77 0 1D 23 1C A 1F 3B
Octal 267 202 167 0 35 43 34 12 37 73
Binary 10110111 10000010 1110111 0 11101 100011 11100 1010 11111 111011

Color Harmonies of #B78277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78277

Black with #B78277

Text Example


Text Example

White with #B78277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78277; }

 p { color: rgb(183,130,119); }

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

background-color css

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

 a { background-color: rgb(183,130,119); }

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

border-color css

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

 span { border-color: rgb(183,130,119); }

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