Html Css Color HEX #BFB242 Brass

📋 copy color: '#BFB242'

red 191 ◦ green 178 ◦ blue 66

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

Shades of Brass #BFB242

Tints of Brass #BFB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 43.91%
G = 40.92%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB242 (or 0xBFB242) is known color: Brass. HEX triplet: BF, B2 and 42. RGB value is (191,178,66). Sum of RGB (Red+Green+Blue) = 191+178+66=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB242 is #404DBD. Grayscale: #A9A9A9. Windows color (decimal): -4214206 or 4371135. OLE color: 4371135.

HSL color Cylindrical-coordinate representation of color #BFB242: hue angle of 53.76º 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 #BFB242 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 66 -
CMYK 0 0.07 0.65 0.25
HSL 53.76º 0.49% 0.5% -
HSV(B) 53.76º 0.65% 0.75% -
XYZ 38.39 43.31 11.49 -
YUV 169.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 191 178 66 0 0.07 0.65 0.25 53.76 0.49 0.5
Hex BF B2 42 0 7 41 19 36 31 32
Octal 277 262 102 0 7 101 31 66 61 62
Binary 10111111 10110010 1000010 0 111 1000001 11001 110110 110001 110010

Color Harmonies of #BFB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB242

Black with #BFB242

Text Example


Text Example

White with #BFB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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