Html Css Color HEX #BFB344 Brass

📋 copy color: '#BFB344'

red 191 ◦ green 179 ◦ blue 68

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

Shades of Brass #BFB344

Tints of Brass #BFB344

RGB

 RED value IS 191 (75% from 255) = 43.61%

 GREEN value IS 179 (70.31% from 255) = 40.87%

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 43.61%
G = 40.87%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFB344 (or 0xBFB344) is known color: Brass. HEX triplet: BF, B3 and 44. RGB value is (191,179,68). Sum of RGB (Red+Green+Blue) = 191+179+68=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB344 is #404CBB. Grayscale: #AAAAAA. Windows color (decimal): -4213948 or 4502463. OLE color: 4502463.

HSL color Cylindrical-coordinate representation of color #BFB344: hue angle of 54.15º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFB344 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 179 68 -
CMYK 0 0.06 0.64 0.25
HSL 54.15º 0.49% 0.51% -
HSV(B) 54.15º 0.64% 0.75% -
XYZ 38.65 43.73 11.87 -
YUV 169.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 191 179 68 0 0.06 0.64 0.25 54.15 0.49 0.51
Hex BF B3 44 0 6 40 19 36 31 33
Octal 277 263 104 0 6 100 31 66 61 63
Binary 10111111 10110011 1000100 0 110 1000000 11001 110110 110001 110011

Color Harmonies of #BFB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB344

Black with #BFB344

Text Example


Text Example

White with #BFB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB344; }

 p { color: rgb(191,179,68); }

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

background-color css

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

 a { background-color: rgb(191,179,68); }

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

border-color css

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

 span { border-color: rgb(191,179,68); }

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