Html Css Color HEX #BCB615 La Rioja

📋 copy color: '#BCB615'

red 188 ◦ green 182 ◦ blue 21

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

Shades of La Rioja #BCB615

Tints of La Rioja #BCB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.55%

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 48.08%
G = 46.55%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB615 (or 0xBCB615) is known color: La Rioja. HEX triplet: BC, B6 and 15. RGB value is (188,182,21). Sum of RGB (Red+Green+Blue) = 188+182+21=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB615 is #4349EA. Grayscale: #A6A6A6. Windows color (decimal): -4409835 or 1423036. OLE color: 1423036.

HSL color Cylindrical-coordinate representation of color #BCB615: hue angle of 57.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB615 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 182 21 -
CMYK 0 0.03 0.89 0.26
HSL 57.84º 0.8% 0.41% -
HSV(B) 57.84º 0.89% 0.74% -
XYZ 37.6 44.2 7.26 -
YUV 165.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 188 182 21 0 0.03 0.89 0.26 57.84 0.8 0.41
Hex BC B6 15 0 3 59 1A 3A 50 29
Octal 274 266 25 0 3 131 32 72 120 51
Binary 10111100 10110110 10101 0 11 1011001 11010 111010 1010000 101001

Color Harmonies of #BCB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB615

Black with #BCB615

Text Example


Text Example

White with #BCB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB615; }

 p { color: rgb(188,182,21); }

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

background-color css

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

 a { background-color: rgb(188,182,21); }

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

border-color css

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

 span { border-color: rgb(188,182,21); }

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