Html Css Color HEX #B78570 Brandy Rose

📋 copy color: '#B78570'

red 183 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #B78570

Tints of Brandy Rose #B78570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.07%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 42.76%
G = 31.07%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B78570 (or 0xB78570) is known color: Brandy Rose. HEX triplet: B7, 85 and 70. RGB value is (183,133,112). Sum of RGB (Red+Green+Blue) = 183+133+112=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B78570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78570 is #487A8F. Grayscale: #919191. Windows color (decimal): -4749968 or 7374263. OLE color: 7374263.

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

Color convert

RGB 183 133 112 -
CMYK 0 0.27 0.39 0.28
HSL 17.75º 0.33% 0.58% -
HSV(B) 17.75º 0.39% 0.72% -
XYZ 30.84 28.01 19.11 -
YUV 145.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 183 133 112 0 0.27 0.39 0.28 17.75 0.33 0.58
Hex B7 85 70 0 1B 27 1C 12 21 3A
Octal 267 205 160 0 33 47 34 22 41 72
Binary 10110111 10000101 1110000 0 11011 100111 11100 10010 100001 111010

Color Harmonies of #B78570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78570

Black with #B78570

Text Example


Text Example

White with #B78570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78570; }

 p { color: rgb(183,133,112); }

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

background-color css

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

 a { background-color: rgb(183,133,112); }

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

border-color css

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

 span { border-color: rgb(183,133,112); }

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