Html Css Color HEX #BCB303 La Rioja

📋 copy color: '#BCB303'

red 188 ◦ green 179 ◦ blue 3

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

Shades of La Rioja #BCB303

Tints of La Rioja #BCB303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.38%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 50.81%
G = 48.38%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB303 (or 0xBCB303) is known color: La Rioja. HEX triplet: BC, B3 and 03. RGB value is (188,179,3). Sum of RGB (Red+Green+Blue) = 188+179+3=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB303 is #434CFC. Grayscale: #A2A2A2. Windows color (decimal): -4410621 or 242620. OLE color: 242620.

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

Color convert

RGB 188 179 3 -
CMYK 0 0.05 0.98 0.26
HSL 57.08º 0.97% 0.37% -
HSV(B) 57.08º 0.98% 0.74% -
XYZ 36.88 42.94 6.43 -
YUV 161.63 38.48 146.81 -
System Red Green Blue C M Y K H S L
Decimal 188 179 3 0 0.05 0.98 0.26 57.08 0.97 0.37
Hex BC B3 3 0 5 62 1A 39 61 25
Octal 274 263 3 0 5 142 32 71 141 45
Binary 10111100 10110011 11 0 101 1100010 11010 111001 1100001 100101

Color Harmonies of #BCB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB303

Black with #BCB303

Text Example


Text Example

White with #BCB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB303; }

 p { color: rgb(188,179,3); }

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

background-color css

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

 a { background-color: rgb(188,179,3); }

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

border-color css

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

 span { border-color: rgb(188,179,3); }

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