Html Css Color HEX #BCB202 La Rioja

📋 copy color: '#BCB202'

red 188 ◦ green 178 ◦ blue 2

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

Shades of La Rioja #BCB202

Tints of La Rioja #BCB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.37%

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

R = 51.09%
G = 48.37%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BCB202 (or 0xBCB202) is known color: La Rioja. HEX triplet: BC, B2 and 02. RGB value is (188,178,2). Sum of RGB (Red+Green+Blue) = 188+178+2=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB202 is #434DFD. Grayscale: #A1A1A1. Windows color (decimal): -4410878 or 176828. OLE color: 176828.

HSL color Cylindrical-coordinate representation of color #BCB202: hue angle of 56.77º 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 #BCB202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 2 -
CMYK 0 0.05 0.99 0.26
HSL 56.77º 0.98% 0.37% -
HSV(B) 56.77º 0.99% 0.74% -
XYZ 36.67 42.54 6.34 -
YUV 160.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 188 178 2 0 0.05 0.99 0.26 56.77 0.98 0.37
Hex BC B2 2 0 5 63 1A 39 62 25
Octal 274 262 2 0 5 143 32 71 142 45
Binary 10111100 10110010 10 0 101 1100011 11010 111001 1100010 100101

Color Harmonies of #BCB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB202

Black with #BCB202

Text Example


Text Example

White with #BCB202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB202; }

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

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

background-color css

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

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

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

border-color css

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

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

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