Html Css Color HEX #B68375 Brandy Rose

📋 copy color: '#B68375'

red 182 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #B68375

Tints of Brandy Rose #B68375

RGB

 RED value IS 182 (71.48% from 255) = 42.33%

 GREEN value IS 131 (51.56% from 255) = 30.47%

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 42.33%
G = 30.47%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68375 (or 0xB68375) is known color: Brandy Rose. HEX triplet: B6, 83 and 75. RGB value is (182,131,117). Sum of RGB (Red+Green+Blue) = 182+131+117=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68375 is #497C8A. Grayscale: #909090. Windows color (decimal): -4816011 or 7701430. OLE color: 7701430.

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

Color convert

RGB 182 131 117 -
CMYK 0 0.28 0.36 0.29
HSL 12.92º 0.31% 0.59% -
HSV(B) 12.92º 0.36% 0.71% -
XYZ 30.62 27.46 20.52 -
YUV 144.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 182 131 117 0 0.28 0.36 0.29 12.92 0.31 0.59
Hex B6 83 75 0 1C 24 1D D 1F 3B
Octal 266 203 165 0 34 44 35 15 37 73
Binary 10110110 10000011 1110101 0 11100 100100 11101 1101 11111 111011

Color Harmonies of #B68375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68375

Black with #B68375

Text Example


Text Example

White with #B68375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68375; }

 p { color: rgb(182,131,117); }

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

background-color css

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

 a { background-color: rgb(182,131,117); }

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

border-color css

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

 span { border-color: rgb(182,131,117); }

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