Html Css Color HEX #B4A802 La Rioja

📋 copy color: '#B4A802'

red 180 ◦ green 168 ◦ blue 2

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

Shades of La Rioja #B4A802

Tints of La Rioja #B4A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48%

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

R = 51.43%
G = 48%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B4A802 (or 0xB4A802) is known color: La Rioja. HEX triplet: B4, A8 and 02. RGB value is (180,168,2). Sum of RGB (Red+Green+Blue) = 180+168+2=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A802 is #4B57FD. Grayscale: #999999. Windows color (decimal): -4937726 or 174260. OLE color: 174260.

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

Color convert

RGB 180 168 2 -
CMYK 0 0.07 0.99 0.29
HSL 55.96º 0.98% 0.36% -
HSV(B) 55.96º 0.99% 0.71% -
XYZ 32.84 37.71 5.61 -
YUV 152.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 180 168 2 0 0.07 0.99 0.29 55.96 0.98 0.36
Hex B4 A8 2 0 7 63 1D 38 62 24
Octal 264 250 2 0 7 143 35 70 142 44
Binary 10110100 10101000 10 0 111 1100011 11101 111000 1100010 100100

Color Harmonies of #B4A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A802

Black with #B4A802

Text Example


Text Example

White with #B4A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A802; }

 p { color: rgb(180,168,2); }

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

background-color css

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

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

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

border-color css

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

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

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