Html Css Color HEX #B69E35 Brass

📋 copy color: '#B69E35'

red 182 ◦ green 158 ◦ blue 53

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

Shades of Brass #B69E35

Tints of Brass #B69E35

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 53 (21.09% from 255) = 13.49%

R = 46.31%
G = 40.2%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B69E35 (or 0xB69E35) is known color: Brass. HEX triplet: B6, 9E and 35. RGB value is (182,158,53). Sum of RGB (Red+Green+Blue) = 182+158+53=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E35 is #4961CA. Grayscale: #999999. Windows color (decimal): -4809163 or 3514038. OLE color: 3514038.

HSL color Cylindrical-coordinate representation of color #B69E35: hue angle of 48.84º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B69E35 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 158 53 -
CMYK 0 0.13 0.71 0.29
HSL 48.84º 0.55% 0.46% -
HSV(B) 48.84º 0.71% 0.71% -
XYZ 32.16 34.66 8.36 -
YUV 153.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 182 158 53 0 0.13 0.71 0.29 48.84 0.55 0.46
Hex B6 9E 35 0 D 47 1D 31 37 2E
Octal 266 236 65 0 15 107 35 61 67 56
Binary 10110110 10011110 110101 0 1101 1000111 11101 110001 110111 101110

Color Harmonies of #B69E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E35

Black with #B69E35

Text Example


Text Example

White with #B69E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E35; }

 p { color: rgb(182,158,53); }

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

background-color css

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

 a { background-color: rgb(182,158,53); }

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

border-color css

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

 span { border-color: rgb(182,158,53); }

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