Html Css Color HEX #BCB702 La Rioja

📋 copy color: '#BCB702'

red 188 ◦ green 183 ◦ blue 2

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

Shades of La Rioja #BCB702

Tints of La Rioja #BCB702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 50.4%
G = 49.06%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB702 (or 0xBCB702) is known color: La Rioja. HEX triplet: BC, B7 and 02. RGB value is (188,183,2). Sum of RGB (Red+Green+Blue) = 188+183+2=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB702 is #4348FD. Grayscale: #A4A4A4. Windows color (decimal): -4409598 or 178108. OLE color: 178108.

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

Color convert

RGB 188 183 2 -
CMYK 0 0.03 0.99 0.26
HSL 58.39º 0.98% 0.37% -
HSV(B) 58.39º 0.99% 0.74% -
XYZ 37.68 44.56 6.67 -
YUV 163.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 188 183 2 0 0.03 0.99 0.26 58.39 0.98 0.37
Hex BC B7 2 0 3 63 1A 3A 62 25
Octal 274 267 2 0 3 143 32 72 142 45
Binary 10111100 10110111 10 0 11 1100011 11010 111010 1100010 100101

Color Harmonies of #BCB702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB702

Black with #BCB702

Text Example


Text Example

White with #BCB702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB702; }

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

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

background-color css

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

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

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

border-color css

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

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

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