Html Css Color HEX #B4B403 La Rioja

📋 copy color: '#B4B403'

red 180 ◦ green 180 ◦ blue 3

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

Shades of La Rioja #B4B403

Tints of La Rioja #B4B403

RGB

 RED value IS 180 (70.7% from 255) = 49.59%

 GREEN value IS 180 (70.7% from 255) = 49.59%

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

R = 49.59%
G = 49.59%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B4B403 (or 0xB4B403) is known color: La Rioja. HEX triplet: B4, B4 and 03. RGB value is (180,180,3). Sum of RGB (Red+Green+Blue) = 180+180+3=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B403 is #4B4BFC. Grayscale: #A0A0A0. Windows color (decimal): -4934653 or 242868. OLE color: 242868.

HSL color Cylindrical-coordinate representation of color #B4B403: hue angle of 60º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4B403 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 3 -
CMYK 0 0 0.98 0.29
HSL 60º 0.97% 0.36% -
HSV(B) 60º 0.98% 0.71% -
XYZ 35.16 42.35 6.41 -
YUV 159.82 39.5 142.39 -
System Red Green Blue C M Y K H S L
Decimal 180 180 3 0 0 0.98 0.29 60 0.97 0.36
Hex B4 B4 3 0 0 62 1D 3C 61 24
Octal 264 264 3 0 0 142 35 74 141 44
Binary 10110100 10110100 11 0 0 1100010 11101 111100 1100001 100100

Color Harmonies of #B4B403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B403

Black with #B4B403

Text Example


Text Example

White with #B4B403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B403; }

 p { color: rgb(180,180,3); }

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

background-color css

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

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

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

border-color css

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

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

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