Html Css Color HEX #BCB703 La Rioja

📋 copy color: '#BCB703'

red 188 ◦ green 183 ◦ blue 3

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

Shades of La Rioja #BCB703

Tints of La Rioja #BCB703

RGB

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

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

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

R = 50.27%
G = 48.93%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BCB703 (or 0xBCB703) is known color: La Rioja. HEX triplet: BC, B7 and 03. RGB value is (188,183,3). Sum of RGB (Red+Green+Blue) = 188+183+3=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB703 is #4348FC. Grayscale: #A4A4A4. Windows color (decimal): -4409597 or 243644. OLE color: 243644.

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

Color convert

RGB 188 183 3 -
CMYK 0 0.03 0.98 0.26
HSL 58.38º 0.97% 0.37% -
HSV(B) 58.38º 0.98% 0.74% -
XYZ 37.69 44.56 6.7 -
YUV 163.98 37.16 145.14 -
System Red Green Blue C M Y K H S L
Decimal 188 183 3 0 0.03 0.98 0.26 58.38 0.97 0.37
Hex BC B7 3 0 3 62 1A 3A 61 25
Octal 274 267 3 0 3 142 32 72 141 45
Binary 10111100 10110111 11 0 11 1100010 11010 111010 1100001 100101

Color Harmonies of #BCB703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB703

Black with #BCB703

Text Example


Text Example

White with #BCB703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB703; }

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

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

background-color css

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

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

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

border-color css

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

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

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