Html Css Color HEX #BCB714 La Rioja

📋 copy color: '#BCB714'

red 188 ◦ green 183 ◦ blue 20

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

Shades of La Rioja #BCB714

Tints of La Rioja #BCB714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.12%

R = 48.08%
G = 46.8%
B = 5.12%

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

#BCB714 (or 0xBCB714) is known color: La Rioja. HEX triplet: BC, B7 and 14. RGB value is (188,183,20). Sum of RGB (Red+Green+Blue) = 188+183+20=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB714 is #4348EB. Grayscale: #A6A6A6. Windows color (decimal): -4409580 or 1357756. OLE color: 1357756.

HSL color Cylindrical-coordinate representation of color #BCB714: hue angle of 58.21º degrees, saturation: 0.81, 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 #BCB714 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 20 -
CMYK 0 0.03 0.89 0.26
HSL 58.21º 0.81% 0.41% -
HSV(B) 58.21º 0.89% 0.74% -
XYZ 37.8 44.61 7.28 -
YUV 165.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 188 183 20 0 0.03 0.89 0.26 58.21 0.81 0.41
Hex BC B7 14 0 3 59 1A 3A 51 29
Octal 274 267 24 0 3 131 32 72 121 51
Binary 10111100 10110111 10100 0 11 1011001 11010 111010 1010001 101001

Color Harmonies of #BCB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB714

Black with #BCB714

Text Example


Text Example

White with #BCB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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