Html Css Color HEX #BCB738 Brass

📋 copy color: '#BCB738'

red 188 ◦ green 183 ◦ blue 56

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

Shades of Brass #BCB738

Tints of Brass #BCB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

 BLUE value IS 56 (22.27% from 255) = 13.11%

R = 44.03%
G = 42.86%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB738 (or 0xBCB738) is known color: Brass. HEX triplet: BC, B7 and 38. RGB value is (188,183,56). Sum of RGB (Red+Green+Blue) = 188+183+56=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB738 is #4348C7. Grayscale: #AAAAAA. Windows color (decimal): -4409544 or 3717052. OLE color: 3717052.

HSL color Cylindrical-coordinate representation of color #BCB738: hue angle of 57.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCB738 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 56 -
CMYK 0 0.03 0.70 0.26
HSL 57.73º 0.54% 0.48% -
HSV(B) 57.73º 0.7% 0.74% -
XYZ 38.39 44.84 10.37 -
YUV 170.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 188 183 56 0 0.03 0.70 0.26 57.73 0.54 0.48
Hex BC B7 38 0 3 46 1A 3A 36 30
Octal 274 267 70 0 3 106 32 72 66 60
Binary 10111100 10110111 111000 0 11 1000110 11010 111010 110110 110000

Color Harmonies of #BCB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB738

Black with #BCB738

Text Example


Text Example

White with #BCB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB738; }

 p { color: rgb(188,183,56); }

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

background-color css

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

 a { background-color: rgb(188,183,56); }

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

border-color css

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

 span { border-color: rgb(188,183,56); }

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