Html Css Color HEX #BFB03E Brass

📋 copy color: '#BFB03E'

red 191 ◦ green 176 ◦ blue 62

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

Shades of Brass #BFB03E

Tints of Brass #BFB03E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

 BLUE value IS 62 (24.61% from 255) = 14.45%

R = 44.52%
G = 41.03%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFB03E (or 0xBFB03E) is known color: Brass. HEX triplet: BF, B0 and 3E. RGB value is (191,176,62). Sum of RGB (Red+Green+Blue) = 191+176+62=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB03E is #404FC1. Grayscale: #A7A7A7. Windows color (decimal): -4214722 or 4108479. OLE color: 4108479.

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

Color convert

RGB 191 176 62 -
CMYK 0 0.08 0.68 0.25
HSL 53.02º 0.51% 0.5% -
HSV(B) 53.02º 0.68% 0.75% -
XYZ 37.88 42.47 10.76 -
YUV 167.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 191 176 62 0 0.08 0.68 0.25 53.02 0.51 0.5
Hex BF B0 3E 0 8 44 19 35 33 32
Octal 277 260 76 0 10 104 31 65 63 62
Binary 10111111 10110000 111110 0 1000 1000100 11001 110101 110011 110010

Color Harmonies of #BFB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB03E

Black with #BFB03E

Text Example


Text Example

White with #BFB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB03E; }

 p { color: rgb(191,176,62); }

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

background-color css

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

 a { background-color: rgb(191,176,62); }

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

border-color css

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

 span { border-color: rgb(191,176,62); }

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