Html Css Color HEX #BCB610 La Rioja

📋 copy color: '#BCB610'

red 188 ◦ green 182 ◦ blue 16

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

Shades of La Rioja #BCB610

Tints of La Rioja #BCB610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 48.7%
G = 47.15%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCB610 (or 0xBCB610) is known color: La Rioja. HEX triplet: BC, B6 and 10. RGB value is (188,182,16). Sum of RGB (Red+Green+Blue) = 188+182+16=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB610 is #4349EF. Grayscale: #A5A5A5. Windows color (decimal): -4409840 or 1095356. OLE color: 1095356.

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

Color convert

RGB 188 182 16 -
CMYK 0 0.03 0.91 0.26
HSL 57.91º 0.84% 0.4% -
HSV(B) 57.91º 0.91% 0.74% -
XYZ 37.56 44.18 7.04 -
YUV 164.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 188 182 16 0 0.03 0.91 0.26 57.91 0.84 0.4
Hex BC B6 10 0 3 5B 1A 3A 54 28
Octal 274 266 20 0 3 133 32 72 124 50
Binary 10111100 10110110 10000 0 11 1011011 11010 111010 1010100 101000

Color Harmonies of #BCB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB610

Black with #BCB610

Text Example


Text Example

White with #BCB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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