Html Css Color HEX #B4B908 La Rioja

📋 copy color: '#B4B908'

red 180 ◦ green 185 ◦ blue 8

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

Shades of La Rioja #B4B908

Tints of La Rioja #B4B908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.6%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 48.26%
G = 49.6%
B = 2.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B4B908 (or 0xB4B908) is known color: La Rioja. HEX triplet: B4, B9 and 08. RGB value is (180,185,8). Sum of RGB (Red+Green+Blue) = 180+185+8=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B908 is #4B46F7. Grayscale: #A4A4A4. Windows color (decimal): -4933368 or 571828. OLE color: 571828.

HSL color Cylindrical-coordinate representation of color #B4B908: hue angle of 61.69º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4B908 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 185 8 -
CMYK 0.03 0 0.96 0.27
HSL 61.69º 0.92% 0.38% -
HSV(B) 61.69º 0.96% 0.73% -
XYZ 36.22 44.42 6.89 -
YUV 163.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 180 185 8 0.03 0 0.96 0.27 61.69 0.92 0.38
Hex B4 B9 8 3 0 60 1B 3E 5C 26
Octal 264 271 10 3 0 140 33 76 134 46
Binary 10110100 10111001 1000 11 0 1100000 11011 111110 1011100 100110

Color Harmonies of #B4B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B908

Black with #B4B908

Text Example


Text Example

White with #B4B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B908; }

 p { color: rgb(180,185,8); }

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

background-color css

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

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

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

border-color css

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

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

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