Html Css Color HEX #BCB613 La Rioja

📋 copy color: '#BCB613'

red 188 ◦ green 182 ◦ blue 19

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

Shades of La Rioja #BCB613

Tints of La Rioja #BCB613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 48.33%
G = 46.79%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCB613 (or 0xBCB613) is known color: La Rioja. HEX triplet: BC, B6 and 13. RGB value is (188,182,19). Sum of RGB (Red+Green+Blue) = 188+182+19=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB613 is #4349EC. Grayscale: #A5A5A5. Windows color (decimal): -4409837 or 1291964. OLE color: 1291964.

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

Color convert

RGB 188 182 19 -
CMYK 0 0.03 0.90 0.26
HSL 57.87º 0.82% 0.41% -
HSV(B) 57.87º 0.9% 0.74% -
XYZ 37.58 44.19 7.17 -
YUV 165.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 188 182 19 0 0.03 0.90 0.26 57.87 0.82 0.41
Hex BC B6 13 0 3 5A 1A 3A 52 29
Octal 274 266 23 0 3 132 32 72 122 51
Binary 10111100 10110110 10011 0 11 1011010 11010 111010 1010010 101001

Color Harmonies of #BCB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB613

Black with #BCB613

Text Example


Text Example

White with #BCB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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