Html Css Color HEX #BCB83D Brass

📋 copy color: '#BCB83D'

red 188 ◦ green 184 ◦ blue 61

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

Shades of Brass #BCB83D

Tints of Brass #BCB83D

RGB

 RED value IS 188 (73.83% from 255) = 43.42%

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 43.42%
G = 42.49%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB83D (or 0xBCB83D) is known color: Brass. HEX triplet: BC, B8 and 3D. RGB value is (188,184,61). Sum of RGB (Red+Green+Blue) = 188+184+61=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB83D is #4347C2. Grayscale: #ABABAB. Windows color (decimal): -4409283 or 4044988. OLE color: 4044988.

HSL color Cylindrical-coordinate representation of color #BCB83D: hue angle of 58.11º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCB83D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 61 -
CMYK 0 0.02 0.68 0.26
HSL 58.11º 0.51% 0.49% -
HSV(B) 58.11º 0.68% 0.74% -
XYZ 38.72 45.31 11.12 -
YUV 171.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 188 184 61 0 0.02 0.68 0.26 58.11 0.51 0.49
Hex BC B8 3D 0 2 44 1A 3A 33 31
Octal 274 270 75 0 2 104 32 72 63 61
Binary 10111100 10111000 111101 0 10 1000100 11010 111010 110011 110001

Color Harmonies of #BCB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB83D

Black with #BCB83D

Text Example


Text Example

White with #BCB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB83D; }

 p { color: rgb(188,184,61); }

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

background-color css

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

 a { background-color: rgb(188,184,61); }

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

border-color css

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

 span { border-color: rgb(188,184,61); }

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