Html Css Color HEX #BFB342 Brass

📋 copy color: '#BFB342'

red 191 ◦ green 179 ◦ blue 66

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

Shades of Brass #BFB342

Tints of Brass #BFB342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 43.81%
G = 41.06%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB342 (or 0xBFB342) is known color: Brass. HEX triplet: BF, B3 and 42. RGB value is (191,179,66). Sum of RGB (Red+Green+Blue) = 191+179+66=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB342 is #404CBD. Grayscale: #AAAAAA. Windows color (decimal): -4213950 or 4371391. OLE color: 4371391.

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

Color convert

RGB 191 179 66 -
CMYK 0 0.06 0.65 0.25
HSL 54.24º 0.49% 0.5% -
HSV(B) 54.24º 0.65% 0.75% -
XYZ 38.59 43.71 11.56 -
YUV 169.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 191 179 66 0 0.06 0.65 0.25 54.24 0.49 0.5
Hex BF B3 42 0 6 41 19 36 31 32
Octal 277 263 102 0 6 101 31 66 61 62
Binary 10111111 10110011 1000010 0 110 1000001 11001 110110 110001 110010

Color Harmonies of #BFB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB342

Black with #BFB342

Text Example


Text Example

White with #BFB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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